#cc2222

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

Shades of Persian Red #CC2222

Tints of Persian Red #CC2222

Color information

#CC2222 (or 0xCC2222) is unknown color: approx Persian Red. HEX triplet: CC, 22 and 22. RGB value is (204,34,34). Sum of RGB (Red+Green+Blue) = 204+34+34=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2222 is #33DDDD. Grayscale: #545454. Windows color (decimal): -3399134 or 2237132. OLE color: 2237132.

HSL color Cylindrical-coordinate representation of color #CC2222: hue angle of 0º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2222 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2043434-
CMYK00.830.830.2
HSL71.43%46.67%-
HSV(B)83.33%80%-
XYZ25.7614.12.88-
YUV84.8399.32213-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=75%
G=12.5%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204343400.830.830.2071.4346.67
HexCC222205353140472f
Octal3144242012312324010757
Binary110011001000101000100101001110100111010001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2222; }

 p { color: rgb(204,34,34); }

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

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

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

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

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

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

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