Shades of Fire Engine Red #D0132B
Tints of Fire Engine Red #D0132B
RGB
CMYK
RGB Variations
Color information
#D0132B (or 0xD0132B) is known color: Fire Engine Red. HEX triplet: D0, 13 and 2B. RGB value is (208,19,43). Sum of RGB (Red+Green+Blue) = 208+19+43=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D0132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0132B is #2FECD4. Grayscale: #4E4E4E. Windows color (decimal): -3140821 or 2823120. OLE color: 2823120.
HSL color Cylindrical-coordinate representation of color #D0132B: hue angle of 352.38º 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 #D0132B is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.18 |
| HSL | 352.38º | 0.83% | 0.45% | - |
| HSV(B) | 352.38º | 0.91% | 0.82% | - |
| XYZ | 26.68 | 14.05 | 3.59 | - |
| YUV | 78.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 43 | 0 | 0.91 | 0.79 | 0.18 | 352.38 | 0.83 | 0.45 |
| Hex | D0 | 13 | 2B | 0 | 5B | 4F | 12 | 160 | 53 | 2D |
| Octal | 320 | 23 | 53 | 0 | 133 | 117 | 22 | 540 | 123 | 55 |
| Binary | 11010000 | 10011 | 101011 | 0 | 1011011 | 1001111 | 10010 | 101100000 | 1010011 | 101101 |
Color Harmonies of #D0132B
Complementary color
Monochromatic Colors of #D0132B
Black with #D0132B
Text Example
Text Example
White with #D0132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0132B; }
p { color: rgb(208,19,43); }
H1.HeaderClassName
{
color: #D0132B;
}
.AnyTagClassName
{
color: #D0132B;
}
</style>
background-color css
<style>
a { background-color: #D0132B; }
a { background-color: rgb(208,19,43); }
div.DivClassName
{
background-color: #D0132B;
}
.BgClassName
{
background-color: #D0132B;
}
</style>
border-color css
<style>
span { border-color: #D0132B; }
span { border-color: rgb(208,19,43); }
td.TdClassName
{
border-color: #D0132B;
}
.TagClassName
{
border-color: #D0132B;
}
</style>