#CC2220

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

Shades of Persian Red #CC2220

Tints of Persian Red #CC2220

Color information

#CC2220 (or 0xCC2220) is unknown color: approx Persian Red. HEX triplet: CC, 22 and 20. RGB value is (204,34,32). Sum of RGB (Red+Green+Blue) = 204+34+32=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2220 is #33DDDF. Grayscale: #545454. Windows color (decimal): -3399136 or 2106060. OLE color: 2106060.

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

Color convert

RGB2043432-
CMYK00.830.840.2
HSL0.7º72.88%46.27%-
HSV(B)0.7º84.31%80%-
XYZ25.7314.092.73-
YUV84.698.32213.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.56%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 32 (12.89% from 255) = 11.85%
R=75.56%
G=12.59%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204343200.830.840.20.772.8846.27
HexCC222005354141492e
Octal3144240012312424111156
Binary110011001000101000000101001110101001010011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2220; }

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

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

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

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

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

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

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

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