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