Shades of Fire Engine Red #D70B2A
Tints of Fire Engine Red #D70B2A
RGB
CMYK
RGB Variations
Color information
#D70B2A (or 0xD70B2A) is known color: Fire Engine Red. HEX triplet: D7, 0B and 2A. RGB value is (215,11,42). Sum of RGB (Red+Green+Blue) = 215+11+42=268 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.22% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B2A is #28F4D5. Grayscale: #4B4B4B. Windows color (decimal): -2684118 or 2755543. OLE color: 2755543.
HSL color Cylindrical-coordinate representation of color #D70B2A: hue angle of 350.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B2A is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 42 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.16 |
| HSL | 350.88º | 0.9% | 0.44% | - |
| HSV(B) | 350.88º | 0.95% | 0.84% | - |
| XYZ | 28.56 | 14.85 | 3.55 | - |
| YUV | 75.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 42 | 0 | 0.95 | 0.80 | 0.16 | 350.88 | 0.9 | 0.44 |
| Hex | D7 | B | 2A | 0 | 5F | 50 | 10 | 15F | 5A | 2C |
| Octal | 327 | 13 | 52 | 0 | 137 | 120 | 20 | 537 | 132 | 54 |
| Binary | 11010111 | 1011 | 101010 | 0 | 1011111 | 1010000 | 10000 | 101011111 | 1011010 | 101100 |
Color Harmonies of #D70B2A
Complementary color
Monochromatic Colors of #D70B2A
Black with #D70B2A
Text Example
Text Example
White with #D70B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B2A; }
p { color: rgb(215,11,42); }
H1.HeaderClassName
{
color: #D70B2A;
}
.AnyTagClassName
{
color: #D70B2A;
}
</style>
background-color css
<style>
a { background-color: #D70B2A; }
a { background-color: rgb(215,11,42); }
div.DivClassName
{
background-color: #D70B2A;
}
.BgClassName
{
background-color: #D70B2A;
}
</style>
border-color css
<style>
span { border-color: #D70B2A; }
span { border-color: rgb(215,11,42); }
td.TdClassName
{
border-color: #D70B2A;
}
.TagClassName
{
border-color: #D70B2A;
}
</style>