#CD3533

Color #CD3533 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CD3533

Tints of Persian Red #CD3533

Color information

#CD3533 (or 0xCD3533) is unknown color: approx Persian Red. HEX triplet: CD, 35 and 33. RGB value is (205,53,51). Sum of RGB (Red+Green+Blue) = 205+53+51=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3533 is #32CACC. Grayscale: #626262. Windows color (decimal): -3328717 or 3356109. OLE color: 3356109.

HSL color Cylindrical-coordinate representation of color #CD3533: hue angle of 0.78º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3533 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB2055351-
CMYK00.740.750.20
HSL0.78º60.63%50.2%-
HSV(B)0.78º75.12%80.39%-
XYZ27.0515.764.75-
YUV98.22101.36204.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 66.34%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 51 (20.31% from 255) = 16.50%
R=66.34%
G=17.15%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205535100.740.750.200.7860.6350.2
HexCD353304A4B1413d32
Octal315656301121132417562
Binary11001101110101110011010010101001011101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3533; }

 p { color: rgb(205,53,51); }

 H1.HeaderClassName
 {
   color: #CD3533;
 }
 .AnyTagClassName
 {
   color: #CD3533;
 }
</style>
background-color css

<style>
 a { background-color: #CD3533; }

 a { background-color: rgb(205,53,51); }

 div.DivClassName
 {
   background-color: #CD3533;
 }
 .BgClassName
 {
   background-color: #CD3533;
 }
</style>
border-color css

<style>
 span { border-color: #CD3533; }

 span { border-color: rgb(205,53,51); }

 td.TdClassName
 {
   border-color: #CD3533;
 }
 .TagClassName
 {
   border-color: #CD3533;
 }
</style>