Shades of Fire Engine Red #CF162A
Tints of Fire Engine Red #CF162A
RGB
CMYK
RGB Variations
Color information
#CF162A (or 0xCF162A) is known color: Fire Engine Red. HEX triplet: CF, 16 and 2A. RGB value is (207,22,42). Sum of RGB (Red+Green+Blue) = 207+22+42=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF162A is #30E9D5. Grayscale: #4F4F4F. Windows color (decimal): -3205590 or 2758351. OLE color: 2758351.
HSL color Cylindrical-coordinate representation of color #CF162A: hue angle of 353.51º 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 #CF162A is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 42 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.19 |
| HSL | 353.51º | 0.81% | 0.45% | - |
| HSV(B) | 353.51º | 0.89% | 0.81% | - |
| XYZ | 26.44 | 14.01 | 3.5 | - |
| YUV | 79.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 42 | 0 | 0.89 | 0.80 | 0.19 | 353.51 | 0.81 | 0.45 |
| Hex | CF | 16 | 2A | 0 | 59 | 50 | 13 | 162 | 51 | 2D |
| Octal | 317 | 26 | 52 | 0 | 131 | 120 | 23 | 542 | 121 | 55 |
| Binary | 11001111 | 10110 | 101010 | 0 | 1011001 | 1010000 | 10011 | 101100010 | 1010001 | 101101 |
Color Harmonies of #CF162A
Complementary color
Monochromatic Colors of #CF162A
Black with #CF162A
Text Example
Text Example
White with #CF162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF162A; }
p { color: rgb(207,22,42); }
H1.HeaderClassName
{
color: #CF162A;
}
.AnyTagClassName
{
color: #CF162A;
}
</style>
background-color css
<style>
a { background-color: #CF162A; }
a { background-color: rgb(207,22,42); }
div.DivClassName
{
background-color: #CF162A;
}
.BgClassName
{
background-color: #CF162A;
}
</style>
border-color css
<style>
span { border-color: #CF162A; }
span { border-color: rgb(207,22,42); }
td.TdClassName
{
border-color: #CF162A;
}
.TagClassName
{
border-color: #CF162A;
}
</style>