Shades of Fire Engine Red #CC161E
Tints of Fire Engine Red #CC161E
RGB
CMYK
RGB Variations
Color information
#CC161E (or 0xCC161E) is known color: Fire Engine Red. HEX triplet: CC, 16 and 1E. RGB value is (204,22,30). Sum of RGB (Red+Green+Blue) = 204+22+30=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC161E is #33E9E1. Grayscale: #4D4D4D. Windows color (decimal): -3402210 or 1971916. OLE color: 1971916.
HSL color Cylindrical-coordinate representation of color #CC161E: hue angle of 357.36º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC161E is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 30 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.2 |
| HSL | 357.36º | 0.81% | 0.44% | - |
| HSV(B) | 357.36º | 0.89% | 0.8% | - |
| XYZ | 25.42 | 13.5 | 2.5 | - |
| YUV | 77.33 | 101.3 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 30 | 0 | 0.89 | 0.85 | 0.2 | 357.36 | 0.81 | 0.44 |
| Hex | CC | 16 | 1E | 0 | 59 | 55 | 14 | 165 | 51 | 2C |
| Octal | 314 | 26 | 36 | 0 | 131 | 125 | 24 | 545 | 121 | 54 |
| Binary | 11001100 | 10110 | 11110 | 0 | 1011001 | 1010101 | 10100 | 101100101 | 1010001 | 101100 |
Color Harmonies of #CC161E
Complementary color
Monochromatic Colors of #CC161E
Black with #CC161E
Text Example
Text Example
White with #CC161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC161E; }
p { color: rgb(204,22,30); }
H1.HeaderClassName
{
color: #CC161E;
}
.AnyTagClassName
{
color: #CC161E;
}
</style>
background-color css
<style>
a { background-color: #CC161E; }
a { background-color: rgb(204,22,30); }
div.DivClassName
{
background-color: #CC161E;
}
.BgClassName
{
background-color: #CC161E;
}
</style>
border-color css
<style>
span { border-color: #CC161E; }
span { border-color: rgb(204,22,30); }
td.TdClassName
{
border-color: #CC161E;
}
.TagClassName
{
border-color: #CC161E;
}
</style>