Shades of Fire Engine Red #CF1318
Tints of Fire Engine Red #CF1318
RGB
CMYK
RGB Variations
Color information
#CF1318 (or 0xCF1318) is known color: Fire Engine Red. HEX triplet: CF, 13 and 18. RGB value is (207,19,24). Sum of RGB (Red+Green+Blue) = 207+19+24=250 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.8% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1318 is #30ECE7. Grayscale: #4B4B4B. Windows color (decimal): -3206376 or 1577935. OLE color: 1577935.
HSL color Cylindrical-coordinate representation of color #CF1318: hue angle of 358.4º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF1318 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 24 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.19 |
| HSL | 358.4º | 0.83% | 0.44% | - |
| HSV(B) | 358.4º | 0.91% | 0.81% | - |
| XYZ | 26.13 | 13.8 | 2.15 | - |
| YUV | 75.78 | 98.78 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 24 | 0 | 0.91 | 0.88 | 0.19 | 358.4 | 0.83 | 0.44 |
| Hex | CF | 13 | 18 | 0 | 5B | 58 | 13 | 166 | 53 | 2C |
| Octal | 317 | 23 | 30 | 0 | 133 | 130 | 23 | 546 | 123 | 54 |
| Binary | 11001111 | 10011 | 11000 | 0 | 1011011 | 1011000 | 10011 | 101100110 | 1010011 | 101100 |
Color Harmonies of #CF1318
Complementary color
Monochromatic Colors of #CF1318
Black with #CF1318
Text Example
Text Example
White with #CF1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1318; }
p { color: rgb(207,19,24); }
H1.HeaderClassName
{
color: #CF1318;
}
.AnyTagClassName
{
color: #CF1318;
}
</style>
background-color css
<style>
a { background-color: #CF1318; }
a { background-color: rgb(207,19,24); }
div.DivClassName
{
background-color: #CF1318;
}
.BgClassName
{
background-color: #CF1318;
}
</style>
border-color css
<style>
span { border-color: #CF1318; }
span { border-color: rgb(207,19,24); }
td.TdClassName
{
border-color: #CF1318;
}
.TagClassName
{
border-color: #CF1318;
}
</style>