#CD3232

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

Shades of Persian Red #CD3232

Tints of Persian Red #CD3232

Color information

#CD3232 (or 0xCD3232) is unknown color: approx Persian Red. HEX triplet: CD, 32 and 32. RGB value is (205,50,50). Sum of RGB (Red+Green+Blue) = 205+50+50=305 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.21% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3232 is #32CDCD. Grayscale: #606060. Windows color (decimal): -3329486 or 3289805. OLE color: 3289805.

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

Color convert

RGB2055050-
CMYK00.760.760.20
HSL60.78%50%-
HSV(B)75.61%80.39%-
XYZ26.8915.494.59-
YUV96.34101.85205.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.21%
GREEN value IS 50 (19.92% from 255) = 16.39%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=67.21%
G=16.39%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205505000.760.760.20060.7850
HexCD323204C4C1403d32
Octal315626201141142407562
Binary11001101110010110010010011001001100101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3232; }

 p { color: rgb(205,50,50); }

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

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

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

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

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

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

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