Shades of Fire Engine Red #CF092B
Tints of Fire Engine Red #CF092B
RGB
CMYK
RGB Variations
Color information
#CF092B (or 0xCF092B) is known color: Fire Engine Red. HEX triplet: CF, 09 and 2B. RGB value is (207,9,43). Sum of RGB (Red+Green+Blue) = 207+9+43=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF092B is #30F6D4. Grayscale: #484848. Windows color (decimal): -3208917 or 2820559. OLE color: 2820559.
HSL color Cylindrical-coordinate representation of color #CF092B: hue angle of 349.7º 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 #CF092B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.19 |
| HSL | 349.7º | 0.92% | 0.42% | - |
| HSV(B) | 349.7º | 0.96% | 0.81% | - |
| XYZ | 26.27 | 13.64 | 3.53 | - |
| YUV | 72.08 | 111.6 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 43 | 0 | 0.96 | 0.79 | 0.19 | 349.7 | 0.92 | 0.42 |
| Hex | CF | 9 | 2B | 0 | 60 | 4F | 13 | 15E | 5C | 2A |
| Octal | 317 | 11 | 53 | 0 | 140 | 117 | 23 | 536 | 134 | 52 |
| Binary | 11001111 | 1001 | 101011 | 0 | 1100000 | 1001111 | 10011 | 101011110 | 1011100 | 101010 |
Color Harmonies of #CF092B
Complementary color
Monochromatic Colors of #CF092B
Black with #CF092B
Text Example
Text Example
White with #CF092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF092B; }
p { color: rgb(207,9,43); }
H1.HeaderClassName
{
color: #CF092B;
}
.AnyTagClassName
{
color: #CF092B;
}
</style>
background-color css
<style>
a { background-color: #CF092B; }
a { background-color: rgb(207,9,43); }
div.DivClassName
{
background-color: #CF092B;
}
.BgClassName
{
background-color: #CF092B;
}
</style>
border-color css
<style>
span { border-color: #CF092B; }
span { border-color: rgb(207,9,43); }
td.TdClassName
{
border-color: #CF092B;
}
.TagClassName
{
border-color: #CF092B;
}
</style>