Shades of Fire Engine Red #CF1127
Tints of Fire Engine Red #CF1127
RGB
CMYK
RGB Variations
Color information
#CF1127 (or 0xCF1127) is known color: Fire Engine Red. HEX triplet: CF, 11 and 27. RGB value is (207,17,39). Sum of RGB (Red+Green+Blue) = 207+17+39=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1127 is #30EED8. Grayscale: #4C4C4C. Windows color (decimal): -3206873 or 2560463. OLE color: 2560463.
HSL color Cylindrical-coordinate representation of color #CF1127: hue angle of 353.05º 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 #CF1127 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 39 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.19 |
| HSL | 353.05º | 0.85% | 0.44% | - |
| HSV(B) | 353.05º | 0.92% | 0.81% | - |
| XYZ | 26.3 | 13.81 | 3.2 | - |
| YUV | 76.32 | 106.95 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 39 | 0 | 0.92 | 0.81 | 0.19 | 353.05 | 0.85 | 0.44 |
| Hex | CF | 11 | 27 | 0 | 5C | 51 | 13 | 161 | 55 | 2C |
| Octal | 317 | 21 | 47 | 0 | 134 | 121 | 23 | 541 | 125 | 54 |
| Binary | 11001111 | 10001 | 100111 | 0 | 1011100 | 1010001 | 10011 | 101100001 | 1010101 | 101100 |
Color Harmonies of #CF1127
Complementary color
Monochromatic Colors of #CF1127
Black with #CF1127
Text Example
Text Example
White with #CF1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1127; }
p { color: rgb(207,17,39); }
H1.HeaderClassName
{
color: #CF1127;
}
.AnyTagClassName
{
color: #CF1127;
}
</style>
background-color css
<style>
a { background-color: #CF1127; }
a { background-color: rgb(207,17,39); }
div.DivClassName
{
background-color: #CF1127;
}
.BgClassName
{
background-color: #CF1127;
}
</style>
border-color css
<style>
span { border-color: #CF1127; }
span { border-color: rgb(207,17,39); }
td.TdClassName
{
border-color: #CF1127;
}
.TagClassName
{
border-color: #CF1127;
}
</style>