Shades of Fire Engine Red #D0132D
Tints of Fire Engine Red #D0132D
RGB
CMYK
RGB Variations
Color information
#D0132D (or 0xD0132D) is known color: Fire Engine Red. HEX triplet: D0, 13 and 2D. RGB value is (208,19,45). Sum of RGB (Red+Green+Blue) = 208+19+45=272 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.47% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 208 - color contains mainly: red. Hex color #D0132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0132D is #2FECD2. Grayscale: #4E4E4E. Windows color (decimal): -3140819 or 2954192. OLE color: 2954192.
HSL color Cylindrical-coordinate representation of color #D0132D: hue angle of 351.75º 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 #D0132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.18 |
| HSL | 351.75º | 0.83% | 0.45% | - |
| HSV(B) | 351.75º | 0.91% | 0.82% | - |
| XYZ | 26.72 | 14.07 | 3.79 | - |
| YUV | 78.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 45 | 0 | 0.91 | 0.78 | 0.18 | 351.75 | 0.83 | 0.45 |
| Hex | D0 | 13 | 2D | 0 | 5B | 4E | 12 | 160 | 53 | 2D |
| Octal | 320 | 23 | 55 | 0 | 133 | 116 | 22 | 540 | 123 | 55 |
| Binary | 11010000 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10010 | 101100000 | 1010011 | 101101 |
Color Harmonies of #D0132D
Complementary color
Monochromatic Colors of #D0132D
Black with #D0132D
Text Example
Text Example
White with #D0132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0132D; }
p { color: rgb(208,19,45); }
H1.HeaderClassName
{
color: #D0132D;
}
.AnyTagClassName
{
color: #D0132D;
}
</style>
background-color css
<style>
a { background-color: #D0132D; }
a { background-color: rgb(208,19,45); }
div.DivClassName
{
background-color: #D0132D;
}
.BgClassName
{
background-color: #D0132D;
}
</style>
border-color css
<style>
span { border-color: #D0132D; }
span { border-color: rgb(208,19,45); }
td.TdClassName
{
border-color: #D0132D;
}
.TagClassName
{
border-color: #D0132D;
}
</style>