Shades of Fire Engine Red #CF191D
Tints of Fire Engine Red #CF191D
RGB
CMYK
RGB Variations
Color information
#CF191D (or 0xCF191D) is known color: Fire Engine Red. HEX triplet: CF, 19 and 1D. RGB value is (207,25,29). Sum of RGB (Red+Green+Blue) = 207+25+29=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF191D is #30E6E2. Grayscale: #505050. Windows color (decimal): -3204835 or 1907151. OLE color: 1907151.
HSL color Cylindrical-coordinate representation of color #CF191D: hue angle of 358.68º 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 #CF191D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 29 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.19 |
| HSL | 358.68º | 0.78% | 0.45% | - |
| HSV(B) | 358.68º | 0.88% | 0.81% | - |
| XYZ | 26.3 | 14.05 | 2.49 | - |
| YUV | 79.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 29 | 0 | 0.88 | 0.86 | 0.19 | 358.68 | 0.78 | 0.45 |
| Hex | CF | 19 | 1D | 0 | 58 | 56 | 13 | 167 | 4E | 2D |
| Octal | 317 | 31 | 35 | 0 | 130 | 126 | 23 | 547 | 116 | 55 |
| Binary | 11001111 | 11001 | 11101 | 0 | 1011000 | 1010110 | 10011 | 101100111 | 1001110 | 101101 |
Color Harmonies of #CF191D
Complementary color
Monochromatic Colors of #CF191D
Black with #CF191D
Text Example
Text Example
White with #CF191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF191D; }
p { color: rgb(207,25,29); }
H1.HeaderClassName
{
color: #CF191D;
}
.AnyTagClassName
{
color: #CF191D;
}
</style>
background-color css
<style>
a { background-color: #CF191D; }
a { background-color: rgb(207,25,29); }
div.DivClassName
{
background-color: #CF191D;
}
.BgClassName
{
background-color: #CF191D;
}
</style>
border-color css
<style>
span { border-color: #CF191D; }
span { border-color: rgb(207,25,29); }
td.TdClassName
{
border-color: #CF191D;
}
.TagClassName
{
border-color: #CF191D;
}
</style>