Shades of Fire Engine Red #D2232A
Tints of Fire Engine Red #D2232A
RGB
CMYK
RGB Variations
Color information
#D2232A (or 0xD2232A) is known color: Fire Engine Red. HEX triplet: D2, 23 and 2A. RGB value is (210,35,42). Sum of RGB (Red+Green+Blue) = 210+35+42=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2232A is #2DDCD5. Grayscale: #585858. Windows color (decimal): -3005654 or 2761682. OLE color: 2761682.
HSL color Cylindrical-coordinate representation of color #D2232A: hue angle of 357.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2232A is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 42 | - |
| CMYK | 0 | 0.83 | 0.8 | 0.18 |
| HSL | 357.6º | 0.71% | 0.48% | - |
| HSV(B) | 357.6º | 0.83% | 0.82% | - |
| XYZ | 27.6 | 15.07 | 3.64 | - |
| YUV | 88.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 42 | 0 | 0.83 | 0.8 | 0.18 | 357.6 | 0.71 | 0.48 |
| Hex | D2 | 23 | 2A | 0 | 53 | 50 | 12 | 166 | 47 | 30 |
| Octal | 322 | 43 | 52 | 0 | 123 | 120 | 22 | 546 | 107 | 60 |
| Binary | 11010010 | 100011 | 101010 | 0 | 1010011 | 1010000 | 10010 | 101100110 | 1000111 | 110000 |
Color Harmonies of #D2232A
Complementary color
Monochromatic Colors of #D2232A
Black with #D2232A
Text Example
Text Example
White with #D2232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2232A; }
p { color: rgb(210,35,42); }
H1.HeaderClassName
{
color: #D2232A;
}
.AnyTagClassName
{
color: #D2232A;
}
</style>
background-color css
<style>
a { background-color: #D2232A; }
a { background-color: rgb(210,35,42); }
div.DivClassName
{
background-color: #D2232A;
}
.BgClassName
{
background-color: #D2232A;
}
</style>
border-color css
<style>
span { border-color: #D2232A; }
span { border-color: rgb(210,35,42); }
td.TdClassName
{
border-color: #D2232A;
}
.TagClassName
{
border-color: #D2232A;
}
</style>