Shades of Fire Engine Red #CF1019
Tints of Fire Engine Red #CF1019
RGB
CMYK
RGB Variations
Color information
#CF1019 (or 0xCF1019) is known color: Fire Engine Red. HEX triplet: CF, 10 and 19. RGB value is (207,16,25). Sum of RGB (Red+Green+Blue) = 207+16+25=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1019 is #30EFE6. Grayscale: #4A4A4A. Windows color (decimal): -3207143 or 1642703. OLE color: 1642703.
HSL color Cylindrical-coordinate representation of color #CF1019: hue angle of 357.17º degrees, saturation: 0.86, 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 #CF1019 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 25 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.19 |
| HSL | 357.17º | 0.86% | 0.44% | - |
| HSV(B) | 357.17º | 0.92% | 0.81% | - |
| XYZ | 26.09 | 13.71 | 2.19 | - |
| YUV | 74.14 | 100.28 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 25 | 0 | 0.92 | 0.88 | 0.19 | 357.17 | 0.86 | 0.44 |
| Hex | CF | 10 | 19 | 0 | 5C | 58 | 13 | 165 | 56 | 2C |
| Octal | 317 | 20 | 31 | 0 | 134 | 130 | 23 | 545 | 126 | 54 |
| Binary | 11001111 | 10000 | 11001 | 0 | 1011100 | 1011000 | 10011 | 101100101 | 1010110 | 101100 |
Color Harmonies of #CF1019
Complementary color
Monochromatic Colors of #CF1019
Black with #CF1019
Text Example
Text Example
White with #CF1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1019; }
p { color: rgb(207,16,25); }
H1.HeaderClassName
{
color: #CF1019;
}
.AnyTagClassName
{
color: #CF1019;
}
</style>
background-color css
<style>
a { background-color: #CF1019; }
a { background-color: rgb(207,16,25); }
div.DivClassName
{
background-color: #CF1019;
}
.BgClassName
{
background-color: #CF1019;
}
</style>
border-color css
<style>
span { border-color: #CF1019; }
span { border-color: rgb(207,16,25); }
td.TdClassName
{
border-color: #CF1019;
}
.TagClassName
{
border-color: #CF1019;
}
</style>