Html Css Color HEX #CC2420 Persian Red

📋 copy color: '#CC2420'

red 204 ◦ green 36 ◦ blue 32

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

Shades of Persian Red #CC2420

Tints of Persian Red #CC2420

RGB

 RED value IS 204 (80.08% from 255) = 75%

 GREEN value IS 36 (14.45% from 255) = 13.24%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 75%
G = 13.24%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC2420 (or 0xCC2420) is known color: Persian Red. HEX triplet: CC, 24 and 20. RGB value is (204,36,32). Sum of RGB (Red+Green+Blue) = 204+36+32=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2420 is #33DBDF. Grayscale: #555555. Windows color (decimal): -3398624 or 2106572. OLE color: 2106572.

HSL color Cylindrical-coordinate representation of color #CC2420: hue angle of 1.4º 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 #CC2420 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 36 32 -
CMYK 0 0.82 0.84 0.2
HSL 1.4º 0.73% 0.46% -
HSV(B) 1.4º 0.84% 0.8% -
XYZ 25.79 14.2 2.75 -
YUV 85.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 204 36 32 0 0.82 0.84 0.2 1.4 0.73 0.46
Hex CC 24 20 0 52 54 14 1 49 2E
Octal 314 44 40 0 122 124 24 1 111 56
Binary 11001100 100100 100000 0 1010010 1010100 10100 1 1001001 101110

Color Harmonies of #CC2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2420

Black with #CC2420

Text Example


Text Example

White with #CC2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2420; }

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

 H1.HeaderClassName
 {
   color: #CC2420;
 }
 .AnyTagClassName
 {
   color: #CC2420;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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