Shades of Fire Engine Red #CF131D
Tints of Fire Engine Red #CF131D
RGB
CMYK
RGB Variations
Color information
#CF131D (or 0xCF131D) is known color: Fire Engine Red. HEX triplet: CF, 13 and 1D. RGB value is (207,19,29). Sum of RGB (Red+Green+Blue) = 207+19+29=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF131D is #30ECE2. Grayscale: #4C4C4C. Windows color (decimal): -3206371 or 1905615. OLE color: 1905615.
HSL color Cylindrical-coordinate representation of color #CF131D: hue angle of 356.81º 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 #CF131D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.19 |
| HSL | 356.81º | 0.83% | 0.44% | - |
| HSV(B) | 356.81º | 0.91% | 0.81% | - |
| XYZ | 26.19 | 13.82 | 2.45 | - |
| YUV | 76.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 29 | 0 | 0.91 | 0.86 | 0.19 | 356.81 | 0.83 | 0.44 |
| Hex | CF | 13 | 1D | 0 | 5B | 56 | 13 | 165 | 53 | 2C |
| Octal | 317 | 23 | 35 | 0 | 133 | 126 | 23 | 545 | 123 | 54 |
| Binary | 11001111 | 10011 | 11101 | 0 | 1011011 | 1010110 | 10011 | 101100101 | 1010011 | 101100 |
Color Harmonies of #CF131D
Complementary color
Monochromatic Colors of #CF131D
Black with #CF131D
Text Example
Text Example
White with #CF131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF131D; }
p { color: rgb(207,19,29); }
H1.HeaderClassName
{
color: #CF131D;
}
.AnyTagClassName
{
color: #CF131D;
}
</style>
background-color css
<style>
a { background-color: #CF131D; }
a { background-color: rgb(207,19,29); }
div.DivClassName
{
background-color: #CF131D;
}
.BgClassName
{
background-color: #CF131D;
}
</style>
border-color css
<style>
span { border-color: #CF131D; }
span { border-color: rgb(207,19,29); }
td.TdClassName
{
border-color: #CF131D;
}
.TagClassName
{
border-color: #CF131D;
}
</style>