Html Css Color HEX #CC112B Fire Engine Red

📋 copy color: '#CC112B'

red 204 ◦ green 17 ◦ blue 43

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

Shades of Fire Engine Red #CC112B

Tints of Fire Engine Red #CC112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.29%

R = 77.27%
G = 6.44%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC112B (or 0xCC112B) is known color: Fire Engine Red. HEX triplet: CC, 11 and 2B. RGB value is (204,17,43). Sum of RGB (Red+Green+Blue) = 204+17+43=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC112B is #33EED4. Grayscale: #4B4B4B. Windows color (decimal): -3403477 or 2822604. OLE color: 2822604.

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

Color convert

RGB 204 17 43 -
CMYK 0 0.92 0.79 0.2
HSL 351.66º 0.85% 0.43% -
HSV(B) 351.66º 0.92% 0.8% -
XYZ 25.54 13.41 3.53 -
YUV 75.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 204 17 43 0 0.92 0.79 0.2 351.66 0.85 0.43
Hex CC 11 2B 0 5C 4F 14 160 55 2B
Octal 314 21 53 0 134 117 24 540 125 53
Binary 11001100 10001 101011 0 1011100 1001111 10100 101100000 1010101 101011

Color Harmonies of #CC112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC112B

Black with #CC112B

Text Example


Text Example

White with #CC112B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC112B; }

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

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

background-color css

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

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

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

border-color css

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

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

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