Shades of Fire Engine Red #CF092C
Tints of Fire Engine Red #CF092C
RGB
CMYK
RGB Variations
Color information
#CF092C (or 0xCF092C) is known color: Fire Engine Red. HEX triplet: CF, 09 and 2C. RGB value is (207,9,44). Sum of RGB (Red+Green+Blue) = 207+9+44=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF092C is #30F6D3. Grayscale: #484848. Windows color (decimal): -3208916 or 2886095. OLE color: 2886095.
HSL color Cylindrical-coordinate representation of color #CF092C: hue angle of 349.39º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF092C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 44 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.19 |
| HSL | 349.39º | 0.92% | 0.42% | - |
| HSV(B) | 349.39º | 0.96% | 0.81% | - |
| XYZ | 26.28 | 13.64 | 3.63 | - |
| YUV | 72.19 | 112.1 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 44 | 0 | 0.96 | 0.79 | 0.19 | 349.39 | 0.92 | 0.42 |
| Hex | CF | 9 | 2C | 0 | 60 | 4F | 13 | 15D | 5C | 2A |
| Octal | 317 | 11 | 54 | 0 | 140 | 117 | 23 | 535 | 134 | 52 |
| Binary | 11001111 | 1001 | 101100 | 0 | 1100000 | 1001111 | 10011 | 101011101 | 1011100 | 101010 |
Color Harmonies of #CF092C
Complementary color
Monochromatic Colors of #CF092C
Black with #CF092C
Text Example
Text Example
White with #CF092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF092C; }
p { color: rgb(207,9,44); }
H1.HeaderClassName
{
color: #CF092C;
}
.AnyTagClassName
{
color: #CF092C;
}
</style>
background-color css
<style>
a { background-color: #CF092C; }
a { background-color: rgb(207,9,44); }
div.DivClassName
{
background-color: #CF092C;
}
.BgClassName
{
background-color: #CF092C;
}
</style>
border-color css
<style>
span { border-color: #CF092C; }
span { border-color: rgb(207,9,44); }
td.TdClassName
{
border-color: #CF092C;
}
.TagClassName
{
border-color: #CF092C;
}
</style>