Shades of Fire Engine Red #D3242B
Tints of Fire Engine Red #D3242B
RGB
CMYK
RGB Variations
Color information
#D3242B (or 0xD3242B) is known color: Fire Engine Red. HEX triplet: D3, 24 and 2B. RGB value is (211,36,43). Sum of RGB (Red+Green+Blue) = 211+36+43=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3242B is #2CDBD4. Grayscale: #595959. Windows color (decimal): -2939861 or 2827475. OLE color: 2827475.
HSL color Cylindrical-coordinate representation of color #D3242B: hue angle of 357.6º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D3242B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 36 | 43 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.17 |
| HSL | 357.6º | 0.71% | 0.48% | - |
| HSV(B) | 357.6º | 0.83% | 0.83% | - |
| XYZ | 27.93 | 15.29 | 3.76 | - |
| YUV | 89.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 36 | 43 | 0 | 0.83 | 0.80 | 0.17 | 357.6 | 0.71 | 0.48 |
| Hex | D3 | 24 | 2B | 0 | 53 | 50 | 11 | 166 | 47 | 30 |
| Octal | 323 | 44 | 53 | 0 | 123 | 120 | 21 | 546 | 107 | 60 |
| Binary | 11010011 | 100100 | 101011 | 0 | 1010011 | 1010000 | 10001 | 101100110 | 1000111 | 110000 |
Color Harmonies of #D3242B
Complementary color
Monochromatic Colors of #D3242B
Black with #D3242B
Text Example
Text Example
White with #D3242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3242B; }
p { color: rgb(211,36,43); }
H1.HeaderClassName
{
color: #D3242B;
}
.AnyTagClassName
{
color: #D3242B;
}
</style>
background-color css
<style>
a { background-color: #D3242B; }
a { background-color: rgb(211,36,43); }
div.DivClassName
{
background-color: #D3242B;
}
.BgClassName
{
background-color: #D3242B;
}
</style>
border-color css
<style>
span { border-color: #D3242B; }
span { border-color: rgb(211,36,43); }
td.TdClassName
{
border-color: #D3242B;
}
.TagClassName
{
border-color: #D3242B;
}
</style>