Shades of Fire Engine Red #D5152B
Tints of Fire Engine Red #D5152B
RGB
CMYK
RGB Variations
Color information
#D5152B (or 0xD5152B) is known color: Fire Engine Red. HEX triplet: D5, 15 and 2B. RGB value is (213,21,43). Sum of RGB (Red+Green+Blue) = 213+21+43=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5152B is #2AEAD4. Grayscale: #515151. Windows color (decimal): -2812629 or 2823637. OLE color: 2823637.
HSL color Cylindrical-coordinate representation of color #D5152B: hue angle of 353.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5152B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 43 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.16 |
| HSL | 353.13º | 0.82% | 0.46% | - |
| HSV(B) | 353.13º | 0.9% | 0.84% | - |
| XYZ | 28.14 | 14.86 | 3.67 | - |
| YUV | 80.92 | 106.61 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 43 | 0 | 0.90 | 0.80 | 0.16 | 353.13 | 0.82 | 0.46 |
| Hex | D5 | 15 | 2B | 0 | 5A | 50 | 10 | 161 | 52 | 2E |
| Octal | 325 | 25 | 53 | 0 | 132 | 120 | 20 | 541 | 122 | 56 |
| Binary | 11010101 | 10101 | 101011 | 0 | 1011010 | 1010000 | 10000 | 101100001 | 1010010 | 101110 |
Color Harmonies of #D5152B
Complementary color
Monochromatic Colors of #D5152B
Black with #D5152B
Text Example
Text Example
White with #D5152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5152B; }
p { color: rgb(213,21,43); }
H1.HeaderClassName
{
color: #D5152B;
}
.AnyTagClassName
{
color: #D5152B;
}
</style>
background-color css
<style>
a { background-color: #D5152B; }
a { background-color: rgb(213,21,43); }
div.DivClassName
{
background-color: #D5152B;
}
.BgClassName
{
background-color: #D5152B;
}
</style>
border-color css
<style>
span { border-color: #D5152B; }
span { border-color: rgb(213,21,43); }
td.TdClassName
{
border-color: #D5152B;
}
.TagClassName
{
border-color: #D5152B;
}
</style>