#CD3E32

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

Shades of Persian Red #CD3E32

Tints of Persian Red #CD3E32

Color information

#CD3E32 (or 0xCD3E32) is unknown color: approx Persian Red. HEX triplet: CD, 3E and 32. RGB value is (205,62,50). Sum of RGB (Red+Green+Blue) = 205+62+50=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E32 is #32C1CD. Grayscale: #676767. Windows color (decimal): -3326414 or 3292877. OLE color: 3292877.

HSL color Cylindrical-coordinate representation of color #CD3E32: hue angle of 4.65º 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 #CD3E32 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB2056250-
CMYK00.700.760.20
HSL4.65º60.78%50%-
HSV(B)4.65º75.61%80.39%-
XYZ27.4816.654.78-
YUV103.3997.88200.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.67%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 50 (19.92% from 255) = 15.77%
R=64.67%
G=19.56%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205625000.700.760.204.6560.7850
HexCD3E320464C1453d32
Octal315766201061142457562
Binary1100110111111011001001000110100110010100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E32; }

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

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

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

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

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

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

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

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