Shades of Fire Engine Red #CF1828
Tints of Fire Engine Red #CF1828
RGB
CMYK
RGB Variations
Color information
#CF1828 (or 0xCF1828) is known color: Fire Engine Red. HEX triplet: CF, 18 and 28. RGB value is (207,24,40). Sum of RGB (Red+Green+Blue) = 207+24+40=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1828 is #30E7D7. Grayscale: #505050. Windows color (decimal): -3205080 or 2627791. OLE color: 2627791.
HSL color Cylindrical-coordinate representation of color #CF1828: hue angle of 354.75º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1828 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 40 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.19 |
| HSL | 354.75º | 0.79% | 0.45% | - |
| HSV(B) | 354.75º | 0.88% | 0.81% | - |
| XYZ | 26.44 | 14.07 | 3.33 | - |
| YUV | 80.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 40 | 0 | 0.88 | 0.81 | 0.19 | 354.75 | 0.79 | 0.45 |
| Hex | CF | 18 | 28 | 0 | 58 | 51 | 13 | 163 | 4F | 2D |
| Octal | 317 | 30 | 50 | 0 | 130 | 121 | 23 | 543 | 117 | 55 |
| Binary | 11001111 | 11000 | 101000 | 0 | 1011000 | 1010001 | 10011 | 101100011 | 1001111 | 101101 |
Color Harmonies of #CF1828
Complementary color
Monochromatic Colors of #CF1828
Black with #CF1828
Text Example
Text Example
White with #CF1828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1828; }
p { color: rgb(207,24,40); }
H1.HeaderClassName
{
color: #CF1828;
}
.AnyTagClassName
{
color: #CF1828;
}
</style>
background-color css
<style>
a { background-color: #CF1828; }
a { background-color: rgb(207,24,40); }
div.DivClassName
{
background-color: #CF1828;
}
.BgClassName
{
background-color: #CF1828;
}
</style>
border-color css
<style>
span { border-color: #CF1828; }
span { border-color: rgb(207,24,40); }
td.TdClassName
{
border-color: #CF1828;
}
.TagClassName
{
border-color: #CF1828;
}
</style>