Shades of Fire Engine Red #CC111B
Tints of Fire Engine Red #CC111B
RGB
CMYK
RGB Variations
Color information
#CC111B (or 0xCC111B) is known color: Fire Engine Red. HEX triplet: CC, 11 and 1B. RGB value is (204,17,27). Sum of RGB (Red+Green+Blue) = 204+17+27=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC111B is #33EEE4. Grayscale: #4A4A4A. Windows color (decimal): -3403493 or 1774028. OLE color: 1774028.
HSL color Cylindrical-coordinate representation of color #CC111B: hue angle of 356.79º 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 #CC111B is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 27 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.2 |
| HSL | 356.79º | 0.85% | 0.43% | - |
| HSV(B) | 356.79º | 0.92% | 0.8% | - |
| XYZ | 25.3 | 13.32 | 2.27 | - |
| YUV | 74.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 27 | 0 | 0.92 | 0.87 | 0.2 | 356.79 | 0.85 | 0.43 |
| Hex | CC | 11 | 1B | 0 | 5C | 57 | 14 | 165 | 55 | 2B |
| Octal | 314 | 21 | 33 | 0 | 134 | 127 | 24 | 545 | 125 | 53 |
| Binary | 11001100 | 10001 | 11011 | 0 | 1011100 | 1010111 | 10100 | 101100101 | 1010101 | 101011 |
Color Harmonies of #CC111B
Complementary color
Monochromatic Colors of #CC111B
Black with #CC111B
Text Example
Text Example
White with #CC111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC111B; }
p { color: rgb(204,17,27); }
H1.HeaderClassName
{
color: #CC111B;
}
.AnyTagClassName
{
color: #CC111B;
}
</style>
background-color css
<style>
a { background-color: #CC111B; }
a { background-color: rgb(204,17,27); }
div.DivClassName
{
background-color: #CC111B;
}
.BgClassName
{
background-color: #CC111B;
}
</style>
border-color css
<style>
span { border-color: #CC111B; }
span { border-color: rgb(204,17,27); }
td.TdClassName
{
border-color: #CC111B;
}
.TagClassName
{
border-color: #CC111B;
}
</style>