Shades of Fire Engine Red #CF1126
Tints of Fire Engine Red #CF1126
RGB
CMYK
RGB Variations
Color information
#CF1126 (or 0xCF1126) is known color: Fire Engine Red. HEX triplet: CF, 11 and 26. RGB value is (207,17,38). Sum of RGB (Red+Green+Blue) = 207+17+38=262 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.01% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1126 is #30EED9. Grayscale: #4C4C4C. Windows color (decimal): -3206874 or 2494927. OLE color: 2494927.
HSL color Cylindrical-coordinate representation of color #CF1126: hue angle of 353.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1126 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 38 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.19 |
| HSL | 353.37º | 0.85% | 0.44% | - |
| HSV(B) | 353.37º | 0.92% | 0.81% | - |
| XYZ | 26.28 | 13.81 | 3.11 | - |
| YUV | 76.2 | 106.45 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 38 | 0 | 0.92 | 0.82 | 0.19 | 353.37 | 0.85 | 0.44 |
| Hex | CF | 11 | 26 | 0 | 5C | 52 | 13 | 161 | 55 | 2C |
| Octal | 317 | 21 | 46 | 0 | 134 | 122 | 23 | 541 | 125 | 54 |
| Binary | 11001111 | 10001 | 100110 | 0 | 1011100 | 1010010 | 10011 | 101100001 | 1010101 | 101100 |
Color Harmonies of #CF1126
Complementary color
Monochromatic Colors of #CF1126
Black with #CF1126
Text Example
Text Example
White with #CF1126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1126; }
p { color: rgb(207,17,38); }
H1.HeaderClassName
{
color: #CF1126;
}
.AnyTagClassName
{
color: #CF1126;
}
</style>
background-color css
<style>
a { background-color: #CF1126; }
a { background-color: rgb(207,17,38); }
div.DivClassName
{
background-color: #CF1126;
}
.BgClassName
{
background-color: #CF1126;
}
</style>
border-color css
<style>
span { border-color: #CF1126; }
span { border-color: rgb(207,17,38); }
td.TdClassName
{
border-color: #CF1126;
}
.TagClassName
{
border-color: #CF1126;
}
</style>