Shades of Fire Engine Red #CF131F
Tints of Fire Engine Red #CF131F
RGB
CMYK
RGB Variations
Color information
#CF131F (or 0xCF131F) is known color: Fire Engine Red. HEX triplet: CF, 13 and 1F. RGB value is (207,19,31). Sum of RGB (Red+Green+Blue) = 207+19+31=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF131F is #30ECE0. Grayscale: #4C4C4C. Windows color (decimal): -3206369 or 2036687. OLE color: 2036687.
HSL color Cylindrical-coordinate representation of color #CF131F: hue angle of 356.17º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF131F is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 31 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.19 |
| HSL | 356.17º | 0.83% | 0.44% | - |
| HSV(B) | 356.17º | 0.91% | 0.81% | - |
| XYZ | 26.21 | 13.83 | 2.58 | - |
| YUV | 76.58 | 102.28 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 31 | 0 | 0.91 | 0.85 | 0.19 | 356.17 | 0.83 | 0.44 |
| Hex | CF | 13 | 1F | 0 | 5B | 55 | 13 | 164 | 53 | 2C |
| Octal | 317 | 23 | 37 | 0 | 133 | 125 | 23 | 544 | 123 | 54 |
| Binary | 11001111 | 10011 | 11111 | 0 | 1011011 | 1010101 | 10011 | 101100100 | 1010011 | 101100 |
Color Harmonies of #CF131F
Complementary color
Monochromatic Colors of #CF131F
Black with #CF131F
Text Example
Text Example
White with #CF131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF131F; }
p { color: rgb(207,19,31); }
H1.HeaderClassName
{
color: #CF131F;
}
.AnyTagClassName
{
color: #CF131F;
}
</style>
background-color css
<style>
a { background-color: #CF131F; }
a { background-color: rgb(207,19,31); }
div.DivClassName
{
background-color: #CF131F;
}
.BgClassName
{
background-color: #CF131F;
}
</style>
border-color css
<style>
span { border-color: #CF131F; }
span { border-color: rgb(207,19,31); }
td.TdClassName
{
border-color: #CF131F;
}
.TagClassName
{
border-color: #CF131F;
}
</style>