Shades of Fire Engine Red #CF072B
Tints of Fire Engine Red #CF072B
RGB
CMYK
RGB Variations
Color information
#CF072B (or 0xCF072B) is known color: Fire Engine Red. HEX triplet: CF, 07 and 2B. RGB value is (207,7,43). Sum of RGB (Red+Green+Blue) = 207+7+43=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF072B is #30F8D4. Grayscale: #464646. Windows color (decimal): -3209429 or 2820047. OLE color: 2820047.
HSL color Cylindrical-coordinate representation of color #CF072B: hue angle of 349.2º 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 #CF072B is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 43 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.19 |
| HSL | 349.2º | 0.93% | 0.42% | - |
| HSV(B) | 349.2º | 0.97% | 0.81% | - |
| XYZ | 26.24 | 13.59 | 3.53 | - |
| YUV | 70.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 43 | 0 | 0.97 | 0.79 | 0.19 | 349.2 | 0.93 | 0.42 |
| Hex | CF | 7 | 2B | 0 | 61 | 4F | 13 | 15D | 5D | 2A |
| Octal | 317 | 7 | 53 | 0 | 141 | 117 | 23 | 535 | 135 | 52 |
| Binary | 11001111 | 111 | 101011 | 0 | 1100001 | 1001111 | 10011 | 101011101 | 1011101 | 101010 |
Color Harmonies of #CF072B
Complementary color
Monochromatic Colors of #CF072B
Black with #CF072B
Text Example
Text Example
White with #CF072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF072B; }
p { color: rgb(207,7,43); }
H1.HeaderClassName
{
color: #CF072B;
}
.AnyTagClassName
{
color: #CF072B;
}
</style>
background-color css
<style>
a { background-color: #CF072B; }
a { background-color: rgb(207,7,43); }
div.DivClassName
{
background-color: #CF072B;
}
.BgClassName
{
background-color: #CF072B;
}
</style>
border-color css
<style>
span { border-color: #CF072B; }
span { border-color: rgb(207,7,43); }
td.TdClassName
{
border-color: #CF072B;
}
.TagClassName
{
border-color: #CF072B;
}
</style>