#CC111A

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

Shades of Fire Engine Red #CC111A

Tints of Fire Engine Red #CC111A

Color information

#CC111A (or 0xCC111A) is unknown color: approx Fire Engine Red. HEX triplet: CC, 11 and 1A. RGB value is (204,17,26). Sum of RGB (Red+Green+Blue) = 204+17+26=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC111A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC111A is #33EEE5. Grayscale: #4A4A4A. Windows color (decimal): -3403494 or 1708492. OLE color: 1708492.

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

Color convert

RGB2041726-
CMYK00.920.870.2
HSL357.11º84.62%43.33%-
HSV(B)357.11º91.67%80%-
XYZ25.2913.312.21-
YUV73.94100.95220.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 82.59%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=82.59%
G=6.88%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204172600.920.870.2357.1184.6243.33
HexCC111A05C5714165552b
Octal314213201341272454512553
Binary110011001000111010010111001010111101001011001011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC111A; }

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

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

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

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

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

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

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

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