Shades of Fire Engine Red #D5132B
Tints of Fire Engine Red #D5132B
RGB
CMYK
RGB Variations
Color information
#D5132B (or 0xD5132B) is known color: Fire Engine Red. HEX triplet: D5, 13 and 2B. RGB value is (213,19,43). Sum of RGB (Red+Green+Blue) = 213+19+43=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5132B is #2AECD4. Grayscale: #4F4F4F. Windows color (decimal): -2813141 or 2823125. OLE color: 2823125.
HSL color Cylindrical-coordinate representation of color #D5132B: hue angle of 352.58º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5132B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.16 |
| HSL | 352.58º | 0.84% | 0.45% | - |
| HSV(B) | 352.58º | 0.91% | 0.84% | - |
| XYZ | 28.11 | 14.79 | 3.66 | - |
| YUV | 79.74 | 107.27 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 43 | 0 | 0.91 | 0.80 | 0.16 | 352.58 | 0.84 | 0.45 |
| Hex | D5 | 13 | 2B | 0 | 5B | 50 | 10 | 161 | 54 | 2D |
| Octal | 325 | 23 | 53 | 0 | 133 | 120 | 20 | 541 | 124 | 55 |
| Binary | 11010101 | 10011 | 101011 | 0 | 1011011 | 1010000 | 10000 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D5132B
Complementary color
Monochromatic Colors of #D5132B
Black with #D5132B
Text Example
Text Example
White with #D5132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5132B; }
p { color: rgb(213,19,43); }
H1.HeaderClassName
{
color: #D5132B;
}
.AnyTagClassName
{
color: #D5132B;
}
</style>
background-color css
<style>
a { background-color: #D5132B; }
a { background-color: rgb(213,19,43); }
div.DivClassName
{
background-color: #D5132B;
}
.BgClassName
{
background-color: #D5132B;
}
</style>
border-color css
<style>
span { border-color: #D5132B; }
span { border-color: rgb(213,19,43); }
td.TdClassName
{
border-color: #D5132B;
}
.TagClassName
{
border-color: #D5132B;
}
</style>