Shades of Fire Engine Red #CF131C
Tints of Fire Engine Red #CF131C
RGB
CMYK
RGB Variations
Color information
#CF131C (or 0xCF131C) is known color: Fire Engine Red. HEX triplet: CF, 13 and 1C. RGB value is (207,19,28). Sum of RGB (Red+Green+Blue) = 207+19+28=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF131C is #30ECE3. Grayscale: #4C4C4C. Windows color (decimal): -3206372 or 1840079. OLE color: 1840079.
HSL color Cylindrical-coordinate representation of color #CF131C: hue angle of 357.13º 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 #CF131C is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 28 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.19 |
| HSL | 357.13º | 0.83% | 0.44% | - |
| HSV(B) | 357.13º | 0.91% | 0.81% | - |
| XYZ | 26.17 | 13.81 | 2.39 | - |
| YUV | 76.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 28 | 0 | 0.91 | 0.86 | 0.19 | 357.13 | 0.83 | 0.44 |
| Hex | CF | 13 | 1C | 0 | 5B | 56 | 13 | 165 | 53 | 2C |
| Octal | 317 | 23 | 34 | 0 | 133 | 126 | 23 | 545 | 123 | 54 |
| Binary | 11001111 | 10011 | 11100 | 0 | 1011011 | 1010110 | 10011 | 101100101 | 1010011 | 101100 |
Color Harmonies of #CF131C
Complementary color
Monochromatic Colors of #CF131C
Black with #CF131C
Text Example
Text Example
White with #CF131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF131C; }
p { color: rgb(207,19,28); }
H1.HeaderClassName
{
color: #CF131C;
}
.AnyTagClassName
{
color: #CF131C;
}
</style>
background-color css
<style>
a { background-color: #CF131C; }
a { background-color: rgb(207,19,28); }
div.DivClassName
{
background-color: #CF131C;
}
.BgClassName
{
background-color: #CF131C;
}
</style>
border-color css
<style>
span { border-color: #CF131C; }
span { border-color: rgb(207,19,28); }
td.TdClassName
{
border-color: #CF131C;
}
.TagClassName
{
border-color: #CF131C;
}
</style>