Shades of Fire Engine Red #D5232A
Tints of Fire Engine Red #D5232A
RGB
CMYK
RGB Variations
Color information
#D5232A (or 0xD5232A) is known color: Fire Engine Red. HEX triplet: D5, 23 and 2A. RGB value is (213,35,42). Sum of RGB (Red+Green+Blue) = 213+35+42=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5232A is #2ADCD5. Grayscale: #595959. Windows color (decimal): -2809046 or 2761685. OLE color: 2761685.
HSL color Cylindrical-coordinate representation of color #D5232A: hue angle of 357.64º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5232A is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 42 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.16 |
| HSL | 357.64º | 0.72% | 0.49% | - |
| HSV(B) | 357.64º | 0.84% | 0.84% | - |
| XYZ | 28.46 | 15.52 | 3.69 | - |
| YUV | 89.02 | 101.47 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 42 | 0 | 0.84 | 0.80 | 0.16 | 357.64 | 0.72 | 0.49 |
| Hex | D5 | 23 | 2A | 0 | 54 | 50 | 10 | 166 | 48 | 31 |
| Octal | 325 | 43 | 52 | 0 | 124 | 120 | 20 | 546 | 110 | 61 |
| Binary | 11010101 | 100011 | 101010 | 0 | 1010100 | 1010000 | 10000 | 101100110 | 1001000 | 110001 |
Color Harmonies of #D5232A
Complementary color
Monochromatic Colors of #D5232A
Black with #D5232A
Text Example
Text Example
White with #D5232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5232A; }
p { color: rgb(213,35,42); }
H1.HeaderClassName
{
color: #D5232A;
}
.AnyTagClassName
{
color: #D5232A;
}
</style>
background-color css
<style>
a { background-color: #D5232A; }
a { background-color: rgb(213,35,42); }
div.DivClassName
{
background-color: #D5232A;
}
.BgClassName
{
background-color: #D5232A;
}
</style>
border-color css
<style>
span { border-color: #D5232A; }
span { border-color: rgb(213,35,42); }
td.TdClassName
{
border-color: #D5232A;
}
.TagClassName
{
border-color: #D5232A;
}
</style>