Shades of Fire Engine Red #CF072D
Tints of Fire Engine Red #CF072D
RGB
CMYK
RGB Variations
Color information
#CF072D (or 0xCF072D) is known color: Fire Engine Red. HEX triplet: CF, 07 and 2D. RGB value is (207,7,45). Sum of RGB (Red+Green+Blue) = 207+7+45=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072D is #30F8D2. Grayscale: #474747. Windows color (decimal): -3209427 or 2951119. OLE color: 2951119.
HSL color Cylindrical-coordinate representation of color #CF072D: hue angle of 348.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF072D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 45 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.19 |
| HSL | 348.6º | 0.93% | 0.42% | - |
| HSV(B) | 348.6º | 0.97% | 0.81% | - |
| XYZ | 26.28 | 13.61 | 3.72 | - |
| YUV | 71.13 | 113.26 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 45 | 0 | 0.97 | 0.78 | 0.19 | 348.6 | 0.93 | 0.42 |
| Hex | CF | 7 | 2D | 0 | 61 | 4E | 13 | 15D | 5D | 2A |
| Octal | 317 | 7 | 55 | 0 | 141 | 116 | 23 | 535 | 135 | 52 |
| Binary | 11001111 | 111 | 101101 | 0 | 1100001 | 1001110 | 10011 | 101011101 | 1011101 | 101010 |
Color Harmonies of #CF072D
Complementary color
Monochromatic Colors of #CF072D
Black with #CF072D
Text Example
Text Example
White with #CF072D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF072D; }
p { color: rgb(207,7,45); }
H1.HeaderClassName
{
color: #CF072D;
}
.AnyTagClassName
{
color: #CF072D;
}
</style>
background-color css
<style>
a { background-color: #CF072D; }
a { background-color: rgb(207,7,45); }
div.DivClassName
{
background-color: #CF072D;
}
.BgClassName
{
background-color: #CF072D;
}
</style>
border-color css
<style>
span { border-color: #CF072D; }
span { border-color: rgb(207,7,45); }
td.TdClassName
{
border-color: #CF072D;
}
.TagClassName
{
border-color: #CF072D;
}
</style>