Shades of Fire Engine Red #CC161C
Tints of Fire Engine Red #CC161C
RGB
CMYK
RGB Variations
Color information
#CC161C (or 0xCC161C) is known color: Fire Engine Red. HEX triplet: CC, 16 and 1C. RGB value is (204,22,28). Sum of RGB (Red+Green+Blue) = 204+22+28=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC161C is #33E9E3. Grayscale: #4D4D4D. Windows color (decimal): -3402212 or 1840844. OLE color: 1840844.
HSL color Cylindrical-coordinate representation of color #CC161C: hue angle of 358.02º 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 #CC161C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 22 | 28 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.2 |
| HSL | 358.02º | 0.81% | 0.44% | - |
| HSV(B) | 358.02º | 0.89% | 0.8% | - |
| XYZ | 25.4 | 13.5 | 2.36 | - |
| YUV | 77.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 22 | 28 | 0 | 0.89 | 0.86 | 0.2 | 358.02 | 0.81 | 0.44 |
| Hex | CC | 16 | 1C | 0 | 59 | 56 | 14 | 166 | 51 | 2C |
| Octal | 314 | 26 | 34 | 0 | 131 | 126 | 24 | 546 | 121 | 54 |
| Binary | 11001100 | 10110 | 11100 | 0 | 1011001 | 1010110 | 10100 | 101100110 | 1010001 | 101100 |
Color Harmonies of #CC161C
Complementary color
Monochromatic Colors of #CC161C
Black with #CC161C
Text Example
Text Example
White with #CC161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC161C; }
p { color: rgb(204,22,28); }
H1.HeaderClassName
{
color: #CC161C;
}
.AnyTagClassName
{
color: #CC161C;
}
</style>
background-color css
<style>
a { background-color: #CC161C; }
a { background-color: rgb(204,22,28); }
div.DivClassName
{
background-color: #CC161C;
}
.BgClassName
{
background-color: #CC161C;
}
</style>
border-color css
<style>
span { border-color: #CC161C; }
span { border-color: rgb(204,22,28); }
td.TdClassName
{
border-color: #CC161C;
}
.TagClassName
{
border-color: #CC161C;
}
</style>