Shades of Fire Engine Red #CF1415
Tints of Fire Engine Red #CF1415
RGB
CMYK
RGB Variations
Color information
#CF1415 (or 0xCF1415) is known color: Fire Engine Red. HEX triplet: CF, 14 and 15. RGB value is (207,20,21). Sum of RGB (Red+Green+Blue) = 207+20+21=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1415 is #30EBEA. Grayscale: #4C4C4C. Windows color (decimal): -3206123 or 1381583. OLE color: 1381583.
HSL color Cylindrical-coordinate representation of color #CF1415: hue angle of 359.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1415 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 21 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.19 |
| HSL | 359.68º | 0.82% | 0.45% | - |
| HSV(B) | 359.68º | 0.9% | 0.81% | - |
| XYZ | 26.12 | 13.82 | 2 | - |
| YUV | 76.03 | 96.95 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 21 | 0 | 0.90 | 0.90 | 0.19 | 359.68 | 0.82 | 0.45 |
| Hex | CF | 14 | 15 | 0 | 5A | 5A | 13 | 168 | 52 | 2D |
| Octal | 317 | 24 | 25 | 0 | 132 | 132 | 23 | 550 | 122 | 55 |
| Binary | 11001111 | 10100 | 10101 | 0 | 1011010 | 1011010 | 10011 | 101101000 | 1010010 | 101101 |
Color Harmonies of #CF1415
Complementary color
Monochromatic Colors of #CF1415
Black with #CF1415
Text Example
Text Example
White with #CF1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1415; }
p { color: rgb(207,20,21); }
H1.HeaderClassName
{
color: #CF1415;
}
.AnyTagClassName
{
color: #CF1415;
}
</style>
background-color css
<style>
a { background-color: #CF1415; }
a { background-color: rgb(207,20,21); }
div.DivClassName
{
background-color: #CF1415;
}
.BgClassName
{
background-color: #CF1415;
}
</style>
border-color css
<style>
span { border-color: #CF1415; }
span { border-color: rgb(207,20,21); }
td.TdClassName
{
border-color: #CF1415;
}
.TagClassName
{
border-color: #CF1415;
}
</style>