#CC4039

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

Shades of Persian Red #CC4039

Tints of Persian Red #CC4039

Color information

#CC4039 (or 0xCC4039) is unknown color: approx Persian Red. HEX triplet: CC, 40 and 39. RGB value is (204,64,57). Sum of RGB (Red+Green+Blue) = 204+64+57=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4039 is #33BFC6. Grayscale: #696969. Windows color (decimal): -3391431 or 3752140. OLE color: 3752140.

HSL color Cylindrical-coordinate representation of color #CC4039: hue angle of 2.86º degrees, saturation: 0.59, 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 #CC4039 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB2046457-
CMYK00.690.720.2
HSL2.86º59.04%51.18%-
HSV(B)2.86º72.06%80%-
XYZ27.4716.85.67-
YUV105.06100.88198.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=62.77%
G=19.69%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204645700.690.720.22.8659.0451.18
HexCC4039045481433b33
Octal3141007101051102437363
Binary1100110010000001110010100010110010001010011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4039; }

 p { color: rgb(204,64,57); }

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

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

 a { background-color: rgb(204,64,57); }

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

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

 span { border-color: rgb(204,64,57); }

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