Html Css Color HEX #D4240D Harley Davidson Orange
📋 copy color: '#D4240D'red 212 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #D4240D
Tints of Harley Davidson Orange #D4240D
RGB
CMYK
RGB Variations
Color information
#D4240D (or 0xD4240D) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 0D. RGB value is (212,36,13). Sum of RGB (Red+Green+Blue) = 212+36+13=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D4240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4240D is #2BDBF2. Grayscale: #565656. Windows color (decimal): -2874355 or 861396. OLE color: 861396.
HSL color Cylindrical-coordinate representation of color #D4240D: hue angle of 6.93º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4240D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.17 |
| HSL | 6.93º | 0.88% | 0.44% | - |
| HSV(B) | 6.93º | 0.94% | 0.83% | - |
| XYZ | 27.85 | 15.29 | 1.86 | - |
| YUV | 86 | 86.81 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 13 | 0 | 0.83 | 0.94 | 0.17 | 6.93 | 0.88 | 0.44 |
| Hex | D4 | 24 | D | 0 | 53 | 5E | 11 | 7 | 58 | 2C |
| Octal | 324 | 44 | 15 | 0 | 123 | 136 | 21 | 7 | 130 | 54 |
| Binary | 11010100 | 100100 | 1101 | 0 | 1010011 | 1011110 | 10001 | 111 | 1011000 | 101100 |
Color Harmonies of #D4240D
Complementary color
Monochromatic Colors of #D4240D
Black with #D4240D
Text Example
Text Example
White with #D4240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4240D; }
p { color: rgb(212,36,13); }
H1.HeaderClassName
{
color: #D4240D;
}
.AnyTagClassName
{
color: #D4240D;
}
</style>
background-color css
<style>
a { background-color: #D4240D; }
a { background-color: rgb(212,36,13); }
div.DivClassName
{
background-color: #D4240D;
}
.BgClassName
{
background-color: #D4240D;
}
</style>
border-color css
<style>
span { border-color: #D4240D; }
span { border-color: rgb(212,36,13); }
td.TdClassName
{
border-color: #D4240D;
}
.TagClassName
{
border-color: #D4240D;
}
</style>