Shades of Fire Engine Red #CF192C
Tints of Fire Engine Red #CF192C
RGB
CMYK
RGB Variations
Color information
#CF192C (or 0xCF192C) is known color: Fire Engine Red. HEX triplet: CF, 19 and 2C. RGB value is (207,25,44). Sum of RGB (Red+Green+Blue) = 207+25+44=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF192C is #30E6D3. Grayscale: #515151. Windows color (decimal): -3204820 or 2890191. OLE color: 2890191.
HSL color Cylindrical-coordinate representation of color #CF192C: hue angle of 353.74º 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 #CF192C is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 44 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.19 |
| HSL | 353.74º | 0.78% | 0.45% | - |
| HSV(B) | 353.74º | 0.88% | 0.81% | - |
| XYZ | 26.53 | 14.14 | 3.71 | - |
| YUV | 81.58 | 106.8 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 44 | 0 | 0.88 | 0.79 | 0.19 | 353.74 | 0.78 | 0.45 |
| Hex | CF | 19 | 2C | 0 | 58 | 4F | 13 | 162 | 4E | 2D |
| Octal | 317 | 31 | 54 | 0 | 130 | 117 | 23 | 542 | 116 | 55 |
| Binary | 11001111 | 11001 | 101100 | 0 | 1011000 | 1001111 | 10011 | 101100010 | 1001110 | 101101 |
Color Harmonies of #CF192C
Complementary color
Monochromatic Colors of #CF192C
Black with #CF192C
Text Example
Text Example
White with #CF192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF192C; }
p { color: rgb(207,25,44); }
H1.HeaderClassName
{
color: #CF192C;
}
.AnyTagClassName
{
color: #CF192C;
}
</style>
background-color css
<style>
a { background-color: #CF192C; }
a { background-color: rgb(207,25,44); }
div.DivClassName
{
background-color: #CF192C;
}
.BgClassName
{
background-color: #CF192C;
}
</style>
border-color css
<style>
span { border-color: #CF192C; }
span { border-color: rgb(207,25,44); }
td.TdClassName
{
border-color: #CF192C;
}
.TagClassName
{
border-color: #CF192C;
}
</style>