Shades of Fire Engine Red #CF1128
Tints of Fire Engine Red #CF1128
RGB
CMYK
RGB Variations
Color information
#CF1128 (or 0xCF1128) is known color: Fire Engine Red. HEX triplet: CF, 11 and 28. RGB value is (207,17,40). Sum of RGB (Red+Green+Blue) = 207+17+40=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1128 is #30EED7. Grayscale: #4C4C4C. Windows color (decimal): -3206872 or 2625999. OLE color: 2625999.
HSL color Cylindrical-coordinate representation of color #CF1128: hue angle of 352.74º 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 #CF1128 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 40 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.19 |
| HSL | 352.74º | 0.85% | 0.44% | - |
| HSV(B) | 352.74º | 0.92% | 0.81% | - |
| XYZ | 26.32 | 13.82 | 3.29 | - |
| YUV | 76.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 40 | 0 | 0.92 | 0.81 | 0.19 | 352.74 | 0.85 | 0.44 |
| Hex | CF | 11 | 28 | 0 | 5C | 51 | 13 | 161 | 55 | 2C |
| Octal | 317 | 21 | 50 | 0 | 134 | 121 | 23 | 541 | 125 | 54 |
| Binary | 11001111 | 10001 | 101000 | 0 | 1011100 | 1010001 | 10011 | 101100001 | 1010101 | 101100 |
Color Harmonies of #CF1128
Complementary color
Monochromatic Colors of #CF1128
Black with #CF1128
Text Example
Text Example
White with #CF1128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1128; }
p { color: rgb(207,17,40); }
H1.HeaderClassName
{
color: #CF1128;
}
.AnyTagClassName
{
color: #CF1128;
}
</style>
background-color css
<style>
a { background-color: #CF1128; }
a { background-color: rgb(207,17,40); }
div.DivClassName
{
background-color: #CF1128;
}
.BgClassName
{
background-color: #CF1128;
}
</style>
border-color css
<style>
span { border-color: #CF1128; }
span { border-color: rgb(207,17,40); }
td.TdClassName
{
border-color: #CF1128;
}
.TagClassName
{
border-color: #CF1128;
}
</style>