Html Css Color HEX #CC2122 Fire Engine Red

📋 copy color: '#CC2122'

red 204 ◦ green 33 ◦ blue 34

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

Shades of Fire Engine Red #CC2122

Tints of Fire Engine Red #CC2122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 34 (13.67% from 255) = 12.55%

R = 75.28%
G = 12.18%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC2122 (or 0xCC2122) is known color: Fire Engine Red. HEX triplet: CC, 21 and 22. RGB value is (204,33,34). Sum of RGB (Red+Green+Blue) = 204+33+34=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2122 is #33DEDD. Grayscale: #545454. Windows color (decimal): -3399390 or 2236876. OLE color: 2236876.

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

Color convert

RGB 204 33 34 -
CMYK 0 0.84 0.83 0.2
HSL 359.65º 0.72% 0.46% -
HSV(B) 359.65º 0.84% 0.8% -
XYZ 25.73 14.04 2.87 -
YUV 84.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 204 33 34 0 0.84 0.83 0.2 359.65 0.72 0.46
Hex CC 21 22 0 54 53 14 168 48 2E
Octal 314 41 42 0 124 123 24 550 110 56
Binary 11001100 100001 100010 0 1010100 1010011 10100 101101000 1001000 101110

Color Harmonies of #CC2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2122

Black with #CC2122

Text Example


Text Example

White with #CC2122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2122; }

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

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

background-color css

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

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

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

border-color css

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

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

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