Shades of Fire Engine Red #CF161D
Tints of Fire Engine Red #CF161D
RGB
CMYK
RGB Variations
Color information
#CF161D (or 0xCF161D) is known color: Fire Engine Red. HEX triplet: CF, 16 and 1D. RGB value is (207,22,29). Sum of RGB (Red+Green+Blue) = 207+22+29=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF161D is #30E9E2. Grayscale: #4E4E4E. Windows color (decimal): -3205603 or 1906383. OLE color: 1906383.
HSL color Cylindrical-coordinate representation of color #CF161D: hue angle of 357.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF161D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.19 |
| HSL | 357.73º | 0.81% | 0.45% | - |
| HSV(B) | 357.73º | 0.89% | 0.81% | - |
| XYZ | 26.24 | 13.93 | 2.47 | - |
| YUV | 78.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 29 | 0 | 0.89 | 0.86 | 0.19 | 357.73 | 0.81 | 0.45 |
| Hex | CF | 16 | 1D | 0 | 59 | 56 | 13 | 166 | 51 | 2D |
| Octal | 317 | 26 | 35 | 0 | 131 | 126 | 23 | 546 | 121 | 55 |
| Binary | 11001111 | 10110 | 11101 | 0 | 1011001 | 1010110 | 10011 | 101100110 | 1010001 | 101101 |
Color Harmonies of #CF161D
Complementary color
Monochromatic Colors of #CF161D
Black with #CF161D
Text Example
Text Example
White with #CF161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF161D; }
p { color: rgb(207,22,29); }
H1.HeaderClassName
{
color: #CF161D;
}
.AnyTagClassName
{
color: #CF161D;
}
</style>
background-color css
<style>
a { background-color: #CF161D; }
a { background-color: rgb(207,22,29); }
div.DivClassName
{
background-color: #CF161D;
}
.BgClassName
{
background-color: #CF161D;
}
</style>
border-color css
<style>
span { border-color: #CF161D; }
span { border-color: rgb(207,22,29); }
td.TdClassName
{
border-color: #CF161D;
}
.TagClassName
{
border-color: #CF161D;
}
</style>