Shades of Fire Engine Red #D0042B
Tints of Fire Engine Red #D0042B
RGB
CMYK
RGB Variations
Color information
#D0042B (or 0xD0042B) is known color: Fire Engine Red. HEX triplet: D0, 04 and 2B. RGB value is (208,4,43). Sum of RGB (Red+Green+Blue) = 208+4+43=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0042B is #2FFBD4. Grayscale: #454545. Windows color (decimal): -3144661 or 2819280. OLE color: 2819280.
HSL color Cylindrical-coordinate representation of color #D0042B: hue angle of 348.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0042B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.18 |
| HSL | 348.53º | 0.96% | 0.42% | - |
| HSV(B) | 348.53º | 0.98% | 0.82% | - |
| XYZ | 26.49 | 13.67 | 3.53 | - |
| YUV | 69.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 43 | 0 | 0.98 | 0.79 | 0.18 | 348.53 | 0.96 | 0.42 |
| Hex | D0 | 4 | 2B | 0 | 62 | 4F | 12 | 15D | 60 | 2A |
| Octal | 320 | 4 | 53 | 0 | 142 | 117 | 22 | 535 | 140 | 52 |
| Binary | 11010000 | 100 | 101011 | 0 | 1100010 | 1001111 | 10010 | 101011101 | 1100000 | 101010 |
Color Harmonies of #D0042B
Complementary color
Monochromatic Colors of #D0042B
Black with #D0042B
Text Example
Text Example
White with #D0042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0042B; }
p { color: rgb(208,4,43); }
H1.HeaderClassName
{
color: #D0042B;
}
.AnyTagClassName
{
color: #D0042B;
}
</style>
background-color css
<style>
a { background-color: #D0042B; }
a { background-color: rgb(208,4,43); }
div.DivClassName
{
background-color: #D0042B;
}
.BgClassName
{
background-color: #D0042B;
}
</style>
border-color css
<style>
span { border-color: #D0042B; }
span { border-color: rgb(208,4,43); }
td.TdClassName
{
border-color: #D0042B;
}
.TagClassName
{
border-color: #D0042B;
}
</style>