Html Css Color HEX #CC2421 Persian Red

📋 copy color: '#CC2421'

red 204 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #CC2421

Tints of Persian Red #CC2421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 74.73%
G = 13.19%
B = 12.09%

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

#CC2421 (or 0xCC2421) is known color: Persian Red. HEX triplet: CC, 24 and 21. RGB value is (204,36,33). Sum of RGB (Red+Green+Blue) = 204+36+33=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2421 is #33DBDE. Grayscale: #565656. Windows color (decimal): -3398623 or 2172108. OLE color: 2172108.

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

Color convert

RGB 204 36 33 -
CMYK 0 0.82 0.84 0.2
HSL 1.05º 0.72% 0.46% -
HSV(B) 1.05º 0.84% 0.8% -
XYZ 25.81 14.21 2.82 -
YUV 85.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 204 36 33 0 0.82 0.84 0.2 1.05 0.72 0.46
Hex CC 24 21 0 52 54 14 1 48 2E
Octal 314 44 41 0 122 124 24 1 110 56
Binary 11001100 100100 100001 0 1010010 1010100 10100 1 1001000 101110

Color Harmonies of #CC2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2421

Black with #CC2421

Text Example


Text Example

White with #CC2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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