Shades of Fire Engine Red #CF131E
Tints of Fire Engine Red #CF131E
RGB
CMYK
RGB Variations
Color information
#CF131E (or 0xCF131E) is known color: Fire Engine Red. HEX triplet: CF, 13 and 1E. RGB value is (207,19,30). Sum of RGB (Red+Green+Blue) = 207+19+30=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF131E is #30ECE1. Grayscale: #4C4C4C. Windows color (decimal): -3206370 or 1971151. OLE color: 1971151.
HSL color Cylindrical-coordinate representation of color #CF131E: hue angle of 356.49º 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 #CF131E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.19 |
| HSL | 356.49º | 0.83% | 0.44% | - |
| HSV(B) | 356.49º | 0.91% | 0.81% | - |
| XYZ | 26.2 | 13.82 | 2.52 | - |
| YUV | 76.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 30 | 0 | 0.91 | 0.86 | 0.19 | 356.49 | 0.83 | 0.44 |
| Hex | CF | 13 | 1E | 0 | 5B | 56 | 13 | 164 | 53 | 2C |
| Octal | 317 | 23 | 36 | 0 | 133 | 126 | 23 | 544 | 123 | 54 |
| Binary | 11001111 | 10011 | 11110 | 0 | 1011011 | 1010110 | 10011 | 101100100 | 1010011 | 101100 |
Color Harmonies of #CF131E
Complementary color
Monochromatic Colors of #CF131E
Black with #CF131E
Text Example
Text Example
White with #CF131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF131E; }
p { color: rgb(207,19,30); }
H1.HeaderClassName
{
color: #CF131E;
}
.AnyTagClassName
{
color: #CF131E;
}
</style>
background-color css
<style>
a { background-color: #CF131E; }
a { background-color: rgb(207,19,30); }
div.DivClassName
{
background-color: #CF131E;
}
.BgClassName
{
background-color: #CF131E;
}
</style>
border-color css
<style>
span { border-color: #CF131E; }
span { border-color: rgb(207,19,30); }
td.TdClassName
{
border-color: #CF131E;
}
.TagClassName
{
border-color: #CF131E;
}
</style>