Html Css Color HEX #CC122C Fire Engine Red

📋 copy color: '#CC122C'

red 204 ◦ green 18 ◦ blue 44

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

Shades of Fire Engine Red #CC122C

Tints of Fire Engine Red #CC122C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

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

R = 76.69%
G = 6.77%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC122C (or 0xCC122C) is known color: Fire Engine Red. HEX triplet: CC, 12 and 2C. RGB value is (204,18,44). Sum of RGB (Red+Green+Blue) = 204+18+44=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC122C is #33EDD3. Grayscale: #4C4C4C. Windows color (decimal): -3403220 or 2888396. OLE color: 2888396.

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

Color convert

RGB 204 18 44 -
CMYK 0 0.91 0.78 0.2
HSL 351.61º 0.84% 0.44% -
HSV(B) 351.61º 0.91% 0.8% -
XYZ 25.57 13.45 3.63 -
YUV 76.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 204 18 44 0 0.91 0.78 0.2 351.61 0.84 0.44
Hex CC 12 2C 0 5B 4E 14 160 54 2C
Octal 314 22 54 0 133 116 24 540 124 54
Binary 11001100 10010 101100 0 1011011 1001110 10100 101100000 1010100 101100

Color Harmonies of #CC122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC122C

Black with #CC122C

Text Example


Text Example

White with #CC122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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