Shades of Fire Engine Red #CF161B
Tints of Fire Engine Red #CF161B
RGB
CMYK
RGB Variations
Color information
#CF161B (or 0xCF161B) is known color: Fire Engine Red. HEX triplet: CF, 16 and 1B. RGB value is (207,22,27). Sum of RGB (Red+Green+Blue) = 207+22+27=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF161B is #30E9E4. Grayscale: #4E4E4E. Windows color (decimal): -3205605 or 1775311. OLE color: 1775311.
HSL color Cylindrical-coordinate representation of color #CF161B: hue angle of 358.38º 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 #CF161B is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 27 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.19 |
| HSL | 358.38º | 0.81% | 0.45% | - |
| HSV(B) | 358.38º | 0.89% | 0.81% | - |
| XYZ | 26.22 | 13.92 | 2.34 | - |
| YUV | 77.89 | 99.29 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 27 | 0 | 0.89 | 0.87 | 0.19 | 358.38 | 0.81 | 0.45 |
| Hex | CF | 16 | 1B | 0 | 59 | 57 | 13 | 166 | 51 | 2D |
| Octal | 317 | 26 | 33 | 0 | 131 | 127 | 23 | 546 | 121 | 55 |
| Binary | 11001111 | 10110 | 11011 | 0 | 1011001 | 1010111 | 10011 | 101100110 | 1010001 | 101101 |
Color Harmonies of #CF161B
Complementary color
Monochromatic Colors of #CF161B
Black with #CF161B
Text Example
Text Example
White with #CF161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF161B; }
p { color: rgb(207,22,27); }
H1.HeaderClassName
{
color: #CF161B;
}
.AnyTagClassName
{
color: #CF161B;
}
</style>
background-color css
<style>
a { background-color: #CF161B; }
a { background-color: rgb(207,22,27); }
div.DivClassName
{
background-color: #CF161B;
}
.BgClassName
{
background-color: #CF161B;
}
</style>
border-color css
<style>
span { border-color: #CF161B; }
span { border-color: rgb(207,22,27); }
td.TdClassName
{
border-color: #CF161B;
}
.TagClassName
{
border-color: #CF161B;
}
</style>