Html Css Color HEX #CC112C Fire Engine Red

📋 copy color: '#CC112C'

red 204 ◦ green 17 ◦ blue 44

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

Shades of Fire Engine Red #CC112C

Tints of Fire Engine Red #CC112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

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

R = 76.98%
G = 6.42%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC112C (or 0xCC112C) is known color: Fire Engine Red. HEX triplet: CC, 11 and 2C. RGB value is (204,17,44). Sum of RGB (Red+Green+Blue) = 204+17+44=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC112C is #33EED3. Grayscale: #4C4C4C. Windows color (decimal): -3403476 or 2888140. OLE color: 2888140.

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

Color convert

RGB 204 17 44 -
CMYK 0 0.92 0.78 0.2
HSL 351.34º 0.85% 0.43% -
HSV(B) 351.34º 0.92% 0.8% -
XYZ 25.56 13.42 3.63 -
YUV 75.99 109.95 219.3 -
System Red Green Blue C M Y K H S L
Decimal 204 17 44 0 0.92 0.78 0.2 351.34 0.85 0.43
Hex CC 11 2C 0 5C 4E 14 15F 55 2B
Octal 314 21 54 0 134 116 24 537 125 53
Binary 11001100 10001 101100 0 1011100 1001110 10100 101011111 1010101 101011

Color Harmonies of #CC112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC112C

Black with #CC112C

Text Example


Text Example

White with #CC112C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC112C; }

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

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

background-color css

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

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

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

border-color css

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

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

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