Shades of Fire Engine Red #CC111C
Tints of Fire Engine Red #CC111C
RGB
CMYK
RGB Variations
Color information
#CC111C (or 0xCC111C) is known color: 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
| RGB | 204 | 17 | 28 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.2 |
| HSL | 356.47º | 0.85% | 0.43% | - |
| HSV(B) | 356.47º | 0.92% | 0.8% | - |
| XYZ | 25.31 | 13.32 | 2.34 | - |
| YUV | 74.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 28 | 0 | 0.92 | 0.86 | 0.2 | 356.47 | 0.85 | 0.43 |
| Hex | CC | 11 | 1C | 0 | 5C | 56 | 14 | 164 | 55 | 2B |
| Octal | 314 | 21 | 34 | 0 | 134 | 126 | 24 | 544 | 125 | 53 |
| Binary | 11001100 | 10001 | 11100 | 0 | 1011100 | 1010110 | 10100 | 101100100 | 1010101 | 101011 |
Color Harmonies of #CC111C
Complementary color
Monochromatic Colors of #CC111C
Black with #CC111C
Text Example
Text Example
White with #CC111C
Text Example
Text Example
HTML Codes & Css Web 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>