#CC111C

Color #CC111C Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CC111C

Tints of Fire Engine Red #CC111C

Color information

#CC111C (or 0xCC111C) is unknown color: approx Fire Engine Red. HEX triplet: CC, 11 and 1C. RGB value is (204,17,28). Sum of RGB (Red+Green+Blue) = 204+17+28=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC111C is #33EEE3. Grayscale: #4A4A4A. Windows color (decimal): -3403492 or 1839564. OLE color: 1839564.

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

Color convert

RGB2041728-
CMYK00.920.860.2
HSL356.47º84.62%43.33%-
HSV(B)356.47º91.67%80%-
XYZ25.3113.322.34-
YUV74.17101.95220.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 81.93%
GREEN value IS 17 (7.03% from 255) = 6.83%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=81.93%
G=6.83%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204172800.920.860.2356.4784.6243.33
HexCC111C05C5614164552b
Octal314213401341262454412553
Binary110011001000111100010111001010110101001011001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC111C; }

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

 H1.HeaderClassName
 {
   color: #CC111C;
 }
 .AnyTagClassName
 {
   color: #CC111C;
 }
</style>
background-color css

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

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

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

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

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

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