Html Css Color HEX #CC2424 Persian Red

📋 copy color: '#CC2424'

red 204 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #CC2424

Tints of Persian Red #CC2424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.04%

R = 73.91%
G = 13.04%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2424 (or 0xCC2424) is known color: Persian Red. HEX triplet: CC, 24 and 24. RGB value is (204,36,36). Sum of RGB (Red+Green+Blue) = 204+36+36=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2424 is #33DBDB. Grayscale: #565656. Windows color (decimal): -3398620 or 2368716. OLE color: 2368716.

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

Color convert

RGB 204 36 36 -
CMYK 0 0.82 0.82 0.2
HSL 0.7% 0.47% -
HSV(B) 0.82% 0.8% -
XYZ 25.85 14.23 3.05 -
YUV 86.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 204 36 36 0 0.82 0.82 0.2 0 0.7 0.47
Hex CC 24 24 0 52 52 14 0 46 2F
Octal 314 44 44 0 122 122 24 0 106 57
Binary 11001100 100100 100100 0 1010010 1010010 10100 0 1000110 101111

Color Harmonies of #CC2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2424

Black with #CC2424

Text Example


Text Example

White with #CC2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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