#CD3C39

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

Shades of Persian Red #CD3C39

Tints of Persian Red #CD3C39

Color information

#CD3C39 (or 0xCD3C39) is unknown color: approx Persian Red. HEX triplet: CD, 3C and 39. RGB value is (205,60,57). Sum of RGB (Red+Green+Blue) = 205+60+57=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3C39 is #32C3C6. Grayscale: #676767. Windows color (decimal): -3326919 or 3751117. OLE color: 3751117.

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

Color convert

RGB2056057-
CMYK00.710.720.20
HSL1.22º59.68%51.37%-
HSV(B)1.22º72.2%80.39%-
XYZ27.5316.515.61-
YUV103.01102.04200.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.66%
GREEN value IS 60 (23.83% from 255) = 18.63%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=63.66%
G=18.63%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205605700.710.720.201.2259.6851.37
HexCD3C39047481413c33
Octal315747101071102417463
Binary11001101111100111001010001111001000101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3C39; }

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

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

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

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

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

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

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

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