Shades of Fire Engine Red #CF162F
Tints of Fire Engine Red #CF162F
RGB
CMYK
RGB Variations
Color information
#CF162F (or 0xCF162F) is known color: Fire Engine Red. HEX triplet: CF, 16 and 2F. RGB value is (207,22,47). Sum of RGB (Red+Green+Blue) = 207+22+47=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF162F is #30E9D0. Grayscale: #505050. Windows color (decimal): -3205585 or 3086031. OLE color: 3086031.
HSL color Cylindrical-coordinate representation of color #CF162F: hue angle of 351.89º 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 #CF162F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 47 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.19 |
| HSL | 351.89º | 0.81% | 0.45% | - |
| HSV(B) | 351.89º | 0.89% | 0.81% | - |
| XYZ | 26.53 | 14.04 | 4 | - |
| YUV | 80.17 | 109.29 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 47 | 0 | 0.89 | 0.77 | 0.19 | 351.89 | 0.81 | 0.45 |
| Hex | CF | 16 | 2F | 0 | 59 | 4D | 13 | 160 | 51 | 2D |
| Octal | 317 | 26 | 57 | 0 | 131 | 115 | 23 | 540 | 121 | 55 |
| Binary | 11001111 | 10110 | 101111 | 0 | 1011001 | 1001101 | 10011 | 101100000 | 1010001 | 101101 |
Color Harmonies of #CF162F
Complementary color
Monochromatic Colors of #CF162F
Black with #CF162F
Text Example
Text Example
White with #CF162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF162F; }
p { color: rgb(207,22,47); }
H1.HeaderClassName
{
color: #CF162F;
}
.AnyTagClassName
{
color: #CF162F;
}
</style>
background-color css
<style>
a { background-color: #CF162F; }
a { background-color: rgb(207,22,47); }
div.DivClassName
{
background-color: #CF162F;
}
.BgClassName
{
background-color: #CF162F;
}
</style>
border-color css
<style>
span { border-color: #CF162F; }
span { border-color: rgb(207,22,47); }
td.TdClassName
{
border-color: #CF162F;
}
.TagClassName
{
border-color: #CF162F;
}
</style>