Shades of Fire Engine Red #CF1619
Tints of Fire Engine Red #CF1619
RGB
CMYK
RGB Variations
Color information
#CF1619 (or 0xCF1619) is known color: Fire Engine Red. HEX triplet: CF, 16 and 19. RGB value is (207,22,25). Sum of RGB (Red+Green+Blue) = 207+22+25=254 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.50% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1619 is #30E9E6. Grayscale: #4D4D4D. Windows color (decimal): -3205607 or 1644239. OLE color: 1644239.
HSL color Cylindrical-coordinate representation of color #CF1619: hue angle of 359.03º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1619 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 25 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.19 |
| HSL | 359.03º | 0.81% | 0.45% | - |
| HSV(B) | 359.03º | 0.89% | 0.81% | - |
| XYZ | 26.19 | 13.91 | 2.22 | - |
| YUV | 77.66 | 98.29 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 25 | 0 | 0.89 | 0.88 | 0.19 | 359.03 | 0.81 | 0.45 |
| Hex | CF | 16 | 19 | 0 | 59 | 58 | 13 | 167 | 51 | 2D |
| Octal | 317 | 26 | 31 | 0 | 131 | 130 | 23 | 547 | 121 | 55 |
| Binary | 11001111 | 10110 | 11001 | 0 | 1011001 | 1011000 | 10011 | 101100111 | 1010001 | 101101 |
Color Harmonies of #CF1619
Complementary color
Monochromatic Colors of #CF1619
Black with #CF1619
Text Example
Text Example
White with #CF1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1619; }
p { color: rgb(207,22,25); }
H1.HeaderClassName
{
color: #CF1619;
}
.AnyTagClassName
{
color: #CF1619;
}
</style>
background-color css
<style>
a { background-color: #CF1619; }
a { background-color: rgb(207,22,25); }
div.DivClassName
{
background-color: #CF1619;
}
.BgClassName
{
background-color: #CF1619;
}
</style>
border-color css
<style>
span { border-color: #CF1619; }
span { border-color: rgb(207,22,25); }
td.TdClassName
{
border-color: #CF1619;
}
.TagClassName
{
border-color: #CF1619;
}
</style>