Shades of Fire Engine Red #CF151E
Tints of Fire Engine Red #CF151E
RGB
CMYK
RGB Variations
Color information
#CF151E (or 0xCF151E) is known color: Fire Engine Red. HEX triplet: CF, 15 and 1E. RGB value is (207,21,30). Sum of RGB (Red+Green+Blue) = 207+21+30=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF151E is #30EAE1. Grayscale: #4D4D4D. Windows color (decimal): -3205858 or 1971663. OLE color: 1971663.
HSL color Cylindrical-coordinate representation of color #CF151E: hue angle of 357.1º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.19 |
| HSL | 357.1º | 0.82% | 0.45% | - |
| HSV(B) | 357.1º | 0.9% | 0.81% | - |
| XYZ | 26.23 | 13.9 | 2.53 | - |
| YUV | 77.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 21 | 30 | 0 | 0.90 | 0.86 | 0.19 | 357.1 | 0.82 | 0.45 |
| Hex | CF | 15 | 1E | 0 | 5A | 56 | 13 | 165 | 52 | 2D |
| Octal | 317 | 25 | 36 | 0 | 132 | 126 | 23 | 545 | 122 | 55 |
| Binary | 11001111 | 10101 | 11110 | 0 | 1011010 | 1010110 | 10011 | 101100101 | 1010010 | 101101 |
Color Harmonies of #CF151E
Complementary color
Monochromatic Colors of #CF151E
Black with #CF151E
Text Example
Text Example
White with #CF151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF151E; }
p { color: rgb(207,21,30); }
H1.HeaderClassName
{
color: #CF151E;
}
.AnyTagClassName
{
color: #CF151E;
}
</style>
background-color css
<style>
a { background-color: #CF151E; }
a { background-color: rgb(207,21,30); }
div.DivClassName
{
background-color: #CF151E;
}
.BgClassName
{
background-color: #CF151E;
}
</style>
border-color css
<style>
span { border-color: #CF151E; }
span { border-color: rgb(207,21,30); }
td.TdClassName
{
border-color: #CF151E;
}
.TagClassName
{
border-color: #CF151E;
}
</style>