Shades of Fire Engine Red #CF102E
Tints of Fire Engine Red #CF102E
RGB
CMYK
RGB Variations
Color information
#CF102E (or 0xCF102E) is known color: Fire Engine Red. HEX triplet: CF, 10 and 2E. RGB value is (207,16,46). Sum of RGB (Red+Green+Blue) = 207+16+46=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF102E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF102E is #30EFD1. Grayscale: #4C4C4C. Windows color (decimal): -3207122 or 3018959. OLE color: 3018959.
HSL color Cylindrical-coordinate representation of color #CF102E: hue angle of 350.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF102E is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 16 | 46 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.19 |
| HSL | 350.58º | 0.86% | 0.44% | - |
| HSV(B) | 350.58º | 0.92% | 0.81% | - |
| XYZ | 26.41 | 13.83 | 3.86 | - |
| YUV | 76.53 | 110.78 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 16 | 46 | 0 | 0.92 | 0.78 | 0.19 | 350.58 | 0.86 | 0.44 |
| Hex | CF | 10 | 2E | 0 | 5C | 4E | 13 | 15F | 56 | 2C |
| Octal | 317 | 20 | 56 | 0 | 134 | 116 | 23 | 537 | 126 | 54 |
| Binary | 11001111 | 10000 | 101110 | 0 | 1011100 | 1001110 | 10011 | 101011111 | 1010110 | 101100 |
Color Harmonies of #CF102E
Complementary color
Monochromatic Colors of #CF102E
Black with #CF102E
Text Example
Text Example
White with #CF102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF102E; }
p { color: rgb(207,16,46); }
H1.HeaderClassName
{
color: #CF102E;
}
.AnyTagClassName
{
color: #CF102E;
}
</style>
background-color css
<style>
a { background-color: #CF102E; }
a { background-color: rgb(207,16,46); }
div.DivClassName
{
background-color: #CF102E;
}
.BgClassName
{
background-color: #CF102E;
}
</style>
border-color css
<style>
span { border-color: #CF102E; }
span { border-color: rgb(207,16,46); }
td.TdClassName
{
border-color: #CF102E;
}
.TagClassName
{
border-color: #CF102E;
}
</style>