Shades of Fire Engine Red #D0242A
Tints of Fire Engine Red #D0242A
RGB
CMYK
RGB Variations
Color information
#D0242A (or 0xD0242A) is known color: Fire Engine Red. HEX triplet: D0, 24 and 2A. RGB value is (208,36,42). Sum of RGB (Red+Green+Blue) = 208+36+42=286 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.73% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 42 (16.80% from 255 or 14.69% from 286); Max value from RGB is 208 - color contains mainly: red. Hex color #D0242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0242A is #2FDBD5. Grayscale: #585858. Windows color (decimal): -3136470 or 2761936. OLE color: 2761936.
HSL color Cylindrical-coordinate representation of color #D0242A: hue angle of 357.91º degrees, saturation: 0.7, 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 #D0242A is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 42 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.18 |
| HSL | 357.91º | 0.7% | 0.48% | - |
| HSV(B) | 357.91º | 0.83% | 0.82% | - |
| XYZ | 27.06 | 14.84 | 3.63 | - |
| YUV | 88.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 42 | 0 | 0.83 | 0.80 | 0.18 | 357.91 | 0.7 | 0.48 |
| Hex | D0 | 24 | 2A | 0 | 53 | 50 | 12 | 166 | 46 | 30 |
| Octal | 320 | 44 | 52 | 0 | 123 | 120 | 22 | 546 | 106 | 60 |
| Binary | 11010000 | 100100 | 101010 | 0 | 1010011 | 1010000 | 10010 | 101100110 | 1000110 | 110000 |
Color Harmonies of #D0242A
Complementary color
Monochromatic Colors of #D0242A
Black with #D0242A
Text Example
Text Example
White with #D0242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0242A; }
p { color: rgb(208,36,42); }
H1.HeaderClassName
{
color: #D0242A;
}
.AnyTagClassName
{
color: #D0242A;
}
</style>
background-color css
<style>
a { background-color: #D0242A; }
a { background-color: rgb(208,36,42); }
div.DivClassName
{
background-color: #D0242A;
}
.BgClassName
{
background-color: #D0242A;
}
</style>
border-color css
<style>
span { border-color: #D0242A; }
span { border-color: rgb(208,36,42); }
td.TdClassName
{
border-color: #D0242A;
}
.TagClassName
{
border-color: #D0242A;
}
</style>