Shades of Fire Engine Red #CC111A
Tints of Fire Engine Red #CC111A
RGB
CMYK
RGB Variations
Color information
#CC111A (or 0xCC111A) is known color: 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
RGB | 204 | 17 | 26 | - |
CMYK | 0 | 0.92 | 0.87 | 0.2 |
HSL | 357.11º | 0.85% | 0.43% | - |
HSV(B) | 357.11º | 0.92% | 0.8% | - |
XYZ | 25.29 | 13.31 | 2.21 | - |
YUV | 73.94 | 100.95 | 220.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 17 | 26 | 0 | 0.92 | 0.87 | 0.2 | 357.11 | 0.85 | 0.43 |
Hex | CC | 11 | 1A | 0 | 5C | 57 | 14 | 165 | 55 | 2B |
Octal | 314 | 21 | 32 | 0 | 134 | 127 | 24 | 545 | 125 | 53 |
Binary | 11001100 | 10001 | 11010 | 0 | 1011100 | 1010111 | 10100 | 101100101 | 1010101 | 101011 |
Color Harmonies of #CC111A
Complementary color
Monochromatic Colors of #CC111A
Black with #CC111A
Text Example
Text Example
White with #CC111A
Text Example
Text Example
HTML Codes & Css Web 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>