Shades of Fire Engine Red #D0132F
Tints of Fire Engine Red #D0132F
RGB
CMYK
RGB Variations
Color information
#D0132F (or 0xD0132F) is known color: Fire Engine Red. HEX triplet: D0, 13 and 2F. RGB value is (208,19,47). Sum of RGB (Red+Green+Blue) = 208+19+47=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0132F is #2FECD0. Grayscale: #4E4E4E. Windows color (decimal): -3140817 or 3085264. OLE color: 3085264.
HSL color Cylindrical-coordinate representation of color #D0132F: hue angle of 351.11º 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 #D0132F is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 47 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.18 |
| HSL | 351.11º | 0.83% | 0.45% | - |
| HSV(B) | 351.11º | 0.91% | 0.82% | - |
| XYZ | 26.76 | 14.08 | 4 | - |
| YUV | 78.7 | 110.12 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 47 | 0 | 0.91 | 0.77 | 0.18 | 351.11 | 0.83 | 0.45 |
| Hex | D0 | 13 | 2F | 0 | 5B | 4D | 12 | 15F | 53 | 2D |
| Octal | 320 | 23 | 57 | 0 | 133 | 115 | 22 | 537 | 123 | 55 |
| Binary | 11010000 | 10011 | 101111 | 0 | 1011011 | 1001101 | 10010 | 101011111 | 1010011 | 101101 |
Color Harmonies of #D0132F
Complementary color
Monochromatic Colors of #D0132F
Black with #D0132F
Text Example
Text Example
White with #D0132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0132F; }
p { color: rgb(208,19,47); }
H1.HeaderClassName
{
color: #D0132F;
}
.AnyTagClassName
{
color: #D0132F;
}
</style>
background-color css
<style>
a { background-color: #D0132F; }
a { background-color: rgb(208,19,47); }
div.DivClassName
{
background-color: #D0132F;
}
.BgClassName
{
background-color: #D0132F;
}
</style>
border-color css
<style>
span { border-color: #D0132F; }
span { border-color: rgb(208,19,47); }
td.TdClassName
{
border-color: #D0132F;
}
.TagClassName
{
border-color: #D0132F;
}
</style>