Shades of Fire Engine Red #D0132E
Tints of Fire Engine Red #D0132E
RGB
CMYK
RGB Variations
Color information
#D0132E (or 0xD0132E) is known color: Fire Engine Red. HEX triplet: D0, 13 and 2E. RGB value is (208,19,46). Sum of RGB (Red+Green+Blue) = 208+19+46=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0132E is #2FECD1. Grayscale: #4E4E4E. Windows color (decimal): -3140818 or 3019728. OLE color: 3019728.
HSL color Cylindrical-coordinate representation of color #D0132E: hue angle of 351.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0132E is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 46 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.18 |
| HSL | 351.43º | 0.83% | 0.45% | - |
| HSV(B) | 351.43º | 0.91% | 0.82% | - |
| XYZ | 26.74 | 14.07 | 3.89 | - |
| YUV | 78.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 46 | 0 | 0.91 | 0.78 | 0.18 | 351.43 | 0.83 | 0.45 |
| Hex | D0 | 13 | 2E | 0 | 5B | 4E | 12 | 15F | 53 | 2D |
| Octal | 320 | 23 | 56 | 0 | 133 | 116 | 22 | 537 | 123 | 55 |
| Binary | 11010000 | 10011 | 101110 | 0 | 1011011 | 1001110 | 10010 | 101011111 | 1010011 | 101101 |
Color Harmonies of #D0132E
Complementary color
Monochromatic Colors of #D0132E
Black with #D0132E
Text Example
Text Example
White with #D0132E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0132E; }
p { color: rgb(208,19,46); }
H1.HeaderClassName
{
color: #D0132E;
}
.AnyTagClassName
{
color: #D0132E;
}
</style>
background-color css
<style>
a { background-color: #D0132E; }
a { background-color: rgb(208,19,46); }
div.DivClassName
{
background-color: #D0132E;
}
.BgClassName
{
background-color: #D0132E;
}
</style>
border-color css
<style>
span { border-color: #D0132E; }
span { border-color: rgb(208,19,46); }
td.TdClassName
{
border-color: #D0132E;
}
.TagClassName
{
border-color: #D0132E;
}
</style>