Shades of Fire Engine Red #CF172D
Tints of Fire Engine Red #CF172D
RGB
CMYK
RGB Variations
Color information
#CF172D (or 0xCF172D) is known color: Fire Engine Red. HEX triplet: CF, 17 and 2D. RGB value is (207,23,45). Sum of RGB (Red+Green+Blue) = 207+23+45=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF172D is #30E8D2. Grayscale: #505050. Windows color (decimal): -3205331 or 2955215. OLE color: 2955215.
HSL color Cylindrical-coordinate representation of color #CF172D: hue angle of 352.83º 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 #CF172D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 45 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.19 |
| HSL | 352.83º | 0.8% | 0.45% | - |
| HSV(B) | 352.83º | 0.89% | 0.81% | - |
| XYZ | 26.51 | 14.07 | 3.8 | - |
| YUV | 80.52 | 107.96 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 45 | 0 | 0.89 | 0.78 | 0.19 | 352.83 | 0.8 | 0.45 |
| Hex | CF | 17 | 2D | 0 | 59 | 4E | 13 | 161 | 50 | 2D |
| Octal | 317 | 27 | 55 | 0 | 131 | 116 | 23 | 541 | 120 | 55 |
| Binary | 11001111 | 10111 | 101101 | 0 | 1011001 | 1001110 | 10011 | 101100001 | 1010000 | 101101 |
Color Harmonies of #CF172D
Complementary color
Monochromatic Colors of #CF172D
Black with #CF172D
Text Example
Text Example
White with #CF172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF172D; }
p { color: rgb(207,23,45); }
H1.HeaderClassName
{
color: #CF172D;
}
.AnyTagClassName
{
color: #CF172D;
}
</style>
background-color css
<style>
a { background-color: #CF172D; }
a { background-color: rgb(207,23,45); }
div.DivClassName
{
background-color: #CF172D;
}
.BgClassName
{
background-color: #CF172D;
}
</style>
border-color css
<style>
span { border-color: #CF172D; }
span { border-color: rgb(207,23,45); }
td.TdClassName
{
border-color: #CF172D;
}
.TagClassName
{
border-color: #CF172D;
}
</style>