Html Css Color HEX #CC2220 Persian Red

📋 copy color: '#CC2220'

red 204 ◦ green 34 ◦ blue 32

#CC2220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CC2220

Tints of Persian Red #CC2220

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 value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2220 (or 0xCC2220) is known color: 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

RGB 204 34 32 -
CMYK 0 0.83 0.84 0.2
HSL 0.7º 0.73% 0.46% -
HSV(B) 0.7º 0.84% 0.8% -
XYZ 25.73 14.09 2.73 -
YUV 84.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 204 34 32 0 0.83 0.84 0.2 0.7 0.73 0.46
Hex CC 22 20 0 53 54 14 1 49 2E
Octal 314 42 40 0 123 124 24 1 111 56
Binary 11001100 100010 100000 0 1010011 1010100 10100 1 1001001 101110

Color Harmonies of #CC2220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2220

Black with #CC2220

Text Example


Text Example

White with #CC2220

Text Example


Text Example

HTML Codes & Css Web 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>