#CD3B39

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

Shades of Persian Red #CD3B39

Tints of Persian Red #CD3B39

Color information

#CD3B39 (or 0xCD3B39) is unknown color: approx Persian Red. HEX triplet: CD, 3B and 39. RGB value is (205,59,57). Sum of RGB (Red+Green+Blue) = 205+59+57=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3B39 is #32C4C6. Grayscale: #666666. Windows color (decimal): -3327175 or 3750861. OLE color: 3750861.

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

Color convert

RGB2055957-
CMYK00.710.720.20
HSL0.81º59.68%51.37%-
HSV(B)0.81º72.2%80.39%-
XYZ27.4816.45.59-
YUV102.43102.37201.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.86%
GREEN value IS 59 (23.44% from 255) = 18.38%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=63.86%
G=18.38%
B=17.76%

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
Decimal205595700.710.720.200.8159.6851.37
HexCD3B39047481413c33
Octal315737101071102417463
Binary11001101111011111001010001111001000101001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3B39; }

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

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

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

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

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

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

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

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