Shades of Fire Engine Red #CF191C
Tints of Fire Engine Red #CF191C
RGB
CMYK
RGB Variations
Color information
#CF191C (or 0xCF191C) is known color: Fire Engine Red. HEX triplet: CF, 19 and 1C. RGB value is (207,25,28). Sum of RGB (Red+Green+Blue) = 207+25+28=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF191C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF191C is #30E6E3. Grayscale: #4F4F4F. Windows color (decimal): -3204836 or 1841615. OLE color: 1841615.
HSL color Cylindrical-coordinate representation of color #CF191C: hue angle of 359.01º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF191C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.19 |
| HSL | 359.01º | 0.78% | 0.45% | - |
| HSV(B) | 359.01º | 0.88% | 0.81% | - |
| XYZ | 26.29 | 14.04 | 2.42 | - |
| YUV | 79.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 28 | 0 | 0.88 | 0.86 | 0.19 | 359.01 | 0.78 | 0.45 |
| Hex | CF | 19 | 1C | 0 | 58 | 56 | 13 | 167 | 4E | 2D |
| Octal | 317 | 31 | 34 | 0 | 130 | 126 | 23 | 547 | 116 | 55 |
| Binary | 11001111 | 11001 | 11100 | 0 | 1011000 | 1010110 | 10011 | 101100111 | 1001110 | 101101 |
Color Harmonies of #CF191C
Complementary color
Monochromatic Colors of #CF191C
Black with #CF191C
Text Example
Text Example
White with #CF191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF191C; }
p { color: rgb(207,25,28); }
H1.HeaderClassName
{
color: #CF191C;
}
.AnyTagClassName
{
color: #CF191C;
}
</style>
background-color css
<style>
a { background-color: #CF191C; }
a { background-color: rgb(207,25,28); }
div.DivClassName
{
background-color: #CF191C;
}
.BgClassName
{
background-color: #CF191C;
}
</style>
border-color css
<style>
span { border-color: #CF191C; }
span { border-color: rgb(207,25,28); }
td.TdClassName
{
border-color: #CF191C;
}
.TagClassName
{
border-color: #CF191C;
}
</style>