Shades of Fire Engine Red #CC121B
Tints of Fire Engine Red #CC121B
RGB
CMYK
RGB Variations
Color information
#CC121B (or 0xCC121B) is known color: Fire Engine Red. HEX triplet: CC, 12 and 1B. RGB value is (204,18,27). Sum of RGB (Red+Green+Blue) = 204+18+27=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC121B is #33EDE4. Grayscale: #4A4A4A. Windows color (decimal): -3403237 or 1774284. OLE color: 1774284.
HSL color Cylindrical-coordinate representation of color #CC121B: hue angle of 357.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC121B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.2 |
| HSL | 357.1º | 0.84% | 0.44% | - |
| HSV(B) | 357.1º | 0.91% | 0.8% | - |
| XYZ | 25.32 | 13.35 | 2.28 | - |
| YUV | 74.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 27 | 0 | 0.91 | 0.87 | 0.2 | 357.1 | 0.84 | 0.44 |
| Hex | CC | 12 | 1B | 0 | 5B | 57 | 14 | 165 | 54 | 2C |
| Octal | 314 | 22 | 33 | 0 | 133 | 127 | 24 | 545 | 124 | 54 |
| Binary | 11001100 | 10010 | 11011 | 0 | 1011011 | 1010111 | 10100 | 101100101 | 1010100 | 101100 |
Color Harmonies of #CC121B
Complementary color
Monochromatic Colors of #CC121B
Black with #CC121B
Text Example
Text Example
White with #CC121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC121B; }
p { color: rgb(204,18,27); }
H1.HeaderClassName
{
color: #CC121B;
}
.AnyTagClassName
{
color: #CC121B;
}
</style>
background-color css
<style>
a { background-color: #CC121B; }
a { background-color: rgb(204,18,27); }
div.DivClassName
{
background-color: #CC121B;
}
.BgClassName
{
background-color: #CC121B;
}
</style>
border-color css
<style>
span { border-color: #CC121B; }
span { border-color: rgb(204,18,27); }
td.TdClassName
{
border-color: #CC121B;
}
.TagClassName
{
border-color: #CC121B;
}
</style>