Shades of Fire Engine Red #CF191A
Tints of Fire Engine Red #CF191A
RGB
CMYK
RGB Variations
Color information
#CF191A (or 0xCF191A) is known color: Fire Engine Red. HEX triplet: CF, 19 and 1A. RGB value is (207,25,26). Sum of RGB (Red+Green+Blue) = 207+25+26=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF191A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF191A is #30E6E5. Grayscale: #4F4F4F. Windows color (decimal): -3204838 or 1710543. OLE color: 1710543.
HSL color Cylindrical-coordinate representation of color #CF191A: hue angle of 359.67º 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 #CF191A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 26 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.19 |
| HSL | 359.67º | 0.78% | 0.45% | - |
| HSV(B) | 359.67º | 0.88% | 0.81% | - |
| XYZ | 26.27 | 14.04 | 2.3 | - |
| YUV | 79.53 | 97.8 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 26 | 0 | 0.88 | 0.87 | 0.19 | 359.67 | 0.78 | 0.45 |
| Hex | CF | 19 | 1A | 0 | 58 | 57 | 13 | 168 | 4E | 2D |
| Octal | 317 | 31 | 32 | 0 | 130 | 127 | 23 | 550 | 116 | 55 |
| Binary | 11001111 | 11001 | 11010 | 0 | 1011000 | 1010111 | 10011 | 101101000 | 1001110 | 101101 |
Color Harmonies of #CF191A
Complementary color
Monochromatic Colors of #CF191A
Black with #CF191A
Text Example
Text Example
White with #CF191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF191A; }
p { color: rgb(207,25,26); }
H1.HeaderClassName
{
color: #CF191A;
}
.AnyTagClassName
{
color: #CF191A;
}
</style>
background-color css
<style>
a { background-color: #CF191A; }
a { background-color: rgb(207,25,26); }
div.DivClassName
{
background-color: #CF191A;
}
.BgClassName
{
background-color: #CF191A;
}
</style>
border-color css
<style>
span { border-color: #CF191A; }
span { border-color: rgb(207,25,26); }
td.TdClassName
{
border-color: #CF191A;
}
.TagClassName
{
border-color: #CF191A;
}
</style>