Html Css Color HEX #CC022C Fire Engine Red

📋 copy color: '#CC022C'

red 204 ◦ green 2 ◦ blue 44

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

Shades of Fire Engine Red #CC022C

Tints of Fire Engine Red #CC022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 81.6%
G = 0.8%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC022C (or 0xCC022C) is known color: Fire Engine Red. HEX triplet: CC, 02 and 2C. RGB value is (204,2,44). Sum of RGB (Red+Green+Blue) = 204+2+44=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC022C is #33FDD3. Grayscale: #434343. Windows color (decimal): -3407316 or 2884300. OLE color: 2884300.

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

Color convert

RGB 204 2 44 -
CMYK 0 0.99 0.78 0.2
HSL 347.52º 0.98% 0.4% -
HSV(B) 347.52º 0.99% 0.8% -
XYZ 25.38 13.06 3.57 -
YUV 67.19 114.92 225.58 -
System Red Green Blue C M Y K H S L
Decimal 204 2 44 0 0.99 0.78 0.2 347.52 0.98 0.4
Hex CC 2 2C 0 63 4E 14 15C 62 28
Octal 314 2 54 0 143 116 24 534 142 50
Binary 11001100 10 101100 0 1100011 1001110 10100 101011100 1100010 101000

Color Harmonies of #CC022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC022C

Black with #CC022C

Text Example


Text Example

White with #CC022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC022C; }

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

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

background-color css

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

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

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

border-color css

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

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

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