#CD3E39

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

Shades of Persian Red #CD3E39

Tints of Persian Red #CD3E39

Color information

#CD3E39 (or 0xCD3E39) is unknown color: approx Persian Red. HEX triplet: CD, 3E and 39. RGB value is (205,62,57). Sum of RGB (Red+Green+Blue) = 205+62+57=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3E39 is #32C1C6. Grayscale: #686868. Windows color (decimal): -3326407 or 3751629. OLE color: 3751629.

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

Color convert

RGB2056257-
CMYK00.700.720.20
HSL2.03º59.68%51.37%-
HSV(B)2.03º72.2%80.39%-
XYZ27.6416.725.64-
YUV104.19101.38199.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.27%
GREEN value IS 62 (24.61% from 255) = 19.14%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=63.27%
G=19.14%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205625700.700.720.202.0359.6851.37
HexCD3E39046481423c33
Octal315767101061102427463
Binary110011011111101110010100011010010001010010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3E39; }

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

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

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

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

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

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

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

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