Shades of Fire Engine Red #CF131B
Tints of Fire Engine Red #CF131B
RGB
CMYK
RGB Variations
Color information
#CF131B (or 0xCF131B) is known color: Fire Engine Red. HEX triplet: CF, 13 and 1B. RGB value is (207,19,27). Sum of RGB (Red+Green+Blue) = 207+19+27=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF131B is #30ECE4. Grayscale: #4C4C4C. Windows color (decimal): -3206373 or 1774543. OLE color: 1774543.
HSL color Cylindrical-coordinate representation of color #CF131B: hue angle of 357.45º 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 #CF131B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.19 |
| HSL | 357.45º | 0.83% | 0.44% | - |
| HSV(B) | 357.45º | 0.91% | 0.81% | - |
| XYZ | 26.16 | 13.81 | 2.32 | - |
| YUV | 76.12 | 100.28 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 27 | 0 | 0.91 | 0.87 | 0.19 | 357.45 | 0.83 | 0.44 |
| Hex | CF | 13 | 1B | 0 | 5B | 57 | 13 | 165 | 53 | 2C |
| Octal | 317 | 23 | 33 | 0 | 133 | 127 | 23 | 545 | 123 | 54 |
| Binary | 11001111 | 10011 | 11011 | 0 | 1011011 | 1010111 | 10011 | 101100101 | 1010011 | 101100 |
Color Harmonies of #CF131B
Complementary color
Monochromatic Colors of #CF131B
Black with #CF131B
Text Example
Text Example
White with #CF131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF131B; }
p { color: rgb(207,19,27); }
H1.HeaderClassName
{
color: #CF131B;
}
.AnyTagClassName
{
color: #CF131B;
}
</style>
background-color css
<style>
a { background-color: #CF131B; }
a { background-color: rgb(207,19,27); }
div.DivClassName
{
background-color: #CF131B;
}
.BgClassName
{
background-color: #CF131B;
}
</style>
border-color css
<style>
span { border-color: #CF131B; }
span { border-color: rgb(207,19,27); }
td.TdClassName
{
border-color: #CF131B;
}
.TagClassName
{
border-color: #CF131B;
}
</style>