Html Css Color HEX #CC2C24 Persian Red

📋 copy color: '#CC2C24'

red 204 ◦ green 44 ◦ blue 36

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

Shades of Persian Red #CC2C24

Tints of Persian Red #CC2C24

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 71.83%
G = 15.49%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC2C24 (or 0xCC2C24) is known color: Persian Red. HEX triplet: CC, 2C and 24. RGB value is (204,44,36). Sum of RGB (Red+Green+Blue) = 204+44+36=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2C24 is #33D3DB. Grayscale: #5B5B5B. Windows color (decimal): -3396572 or 2370764. OLE color: 2370764.

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

Color convert

RGB 204 44 36 -
CMYK 0 0.78 0.82 0.2
HSL 2.86º 0.7% 0.47% -
HSV(B) 2.86º 0.82% 0.8% -
XYZ 26.12 14.77 3.14 -
YUV 90.93 97.01 208.65 -
System Red Green Blue C M Y K H S L
Decimal 204 44 36 0 0.78 0.82 0.2 2.86 0.7 0.47
Hex CC 2C 24 0 4E 52 14 3 46 2F
Octal 314 54 44 0 116 122 24 3 106 57
Binary 11001100 101100 100100 0 1001110 1010010 10100 11 1000110 101111

Color Harmonies of #CC2C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C24

Black with #CC2C24

Text Example


Text Example

White with #CC2C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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