Shades of Fire Engine Red #CF082B
Tints of Fire Engine Red #CF082B
RGB
CMYK
RGB Variations
Color information
#CF082B (or 0xCF082B) is known color: Fire Engine Red. HEX triplet: CF, 08 and 2B. RGB value is (207,8,43). Sum of RGB (Red+Green+Blue) = 207+8+43=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF082B is #30F7D4. Grayscale: #474747. Windows color (decimal): -3209173 or 2820303. OLE color: 2820303.
HSL color Cylindrical-coordinate representation of color #CF082B: hue angle of 349.45º degrees, saturation: 0.93, 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 #CF082B is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.19 |
| HSL | 349.45º | 0.93% | 0.42% | - |
| HSV(B) | 349.45º | 0.96% | 0.81% | - |
| XYZ | 26.26 | 13.61 | 3.53 | - |
| YUV | 71.49 | 111.93 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 8 | 43 | 0 | 0.96 | 0.79 | 0.19 | 349.45 | 0.93 | 0.42 |
| Hex | CF | 8 | 2B | 0 | 60 | 4F | 13 | 15D | 5D | 2A |
| Octal | 317 | 10 | 53 | 0 | 140 | 117 | 23 | 535 | 135 | 52 |
| Binary | 11001111 | 1000 | 101011 | 0 | 1100000 | 1001111 | 10011 | 101011101 | 1011101 | 101010 |
Color Harmonies of #CF082B
Complementary color
Monochromatic Colors of #CF082B
Black with #CF082B
Text Example
Text Example
White with #CF082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF082B; }
p { color: rgb(207,8,43); }
H1.HeaderClassName
{
color: #CF082B;
}
.AnyTagClassName
{
color: #CF082B;
}
</style>
background-color css
<style>
a { background-color: #CF082B; }
a { background-color: rgb(207,8,43); }
div.DivClassName
{
background-color: #CF082B;
}
.BgClassName
{
background-color: #CF082B;
}
</style>
border-color css
<style>
span { border-color: #CF082B; }
span { border-color: rgb(207,8,43); }
td.TdClassName
{
border-color: #CF082B;
}
.TagClassName
{
border-color: #CF082B;
}
</style>