Shades of Fire Engine Red #CF171D
Tints of Fire Engine Red #CF171D
RGB
CMYK
RGB Variations
Color information
#CF171D (or 0xCF171D) is known color: Fire Engine Red. HEX triplet: CF, 17 and 1D. RGB value is (207,23,29). Sum of RGB (Red+Green+Blue) = 207+23+29=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF171D is #30E8E2. Grayscale: #4E4E4E. Windows color (decimal): -3205347 or 1906639. OLE color: 1906639.
HSL color Cylindrical-coordinate representation of color #CF171D: hue angle of 358.04º degrees, saturation: 0.8, 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 #CF171D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.19 |
| HSL | 358.04º | 0.8% | 0.45% | - |
| HSV(B) | 358.04º | 0.89% | 0.81% | - |
| XYZ | 26.26 | 13.97 | 2.47 | - |
| YUV | 78.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 29 | 0 | 0.89 | 0.86 | 0.19 | 358.04 | 0.8 | 0.45 |
| Hex | CF | 17 | 1D | 0 | 59 | 56 | 13 | 166 | 50 | 2D |
| Octal | 317 | 27 | 35 | 0 | 131 | 126 | 23 | 546 | 120 | 55 |
| Binary | 11001111 | 10111 | 11101 | 0 | 1011001 | 1010110 | 10011 | 101100110 | 1010000 | 101101 |
Color Harmonies of #CF171D
Complementary color
Monochromatic Colors of #CF171D
Black with #CF171D
Text Example
Text Example
White with #CF171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF171D; }
p { color: rgb(207,23,29); }
H1.HeaderClassName
{
color: #CF171D;
}
.AnyTagClassName
{
color: #CF171D;
}
</style>
background-color css
<style>
a { background-color: #CF171D; }
a { background-color: rgb(207,23,29); }
div.DivClassName
{
background-color: #CF171D;
}
.BgClassName
{
background-color: #CF171D;
}
</style>
border-color css
<style>
span { border-color: #CF171D; }
span { border-color: rgb(207,23,29); }
td.TdClassName
{
border-color: #CF171D;
}
.TagClassName
{
border-color: #CF171D;
}
</style>