Html Css Color HEX #D4240A Harley Davidson Orange
📋 copy color: '#D4240A'red 212 ◦ green 36 ◦ blue 10
Shades of Harley Davidson Orange #D4240A
Tints of Harley Davidson Orange #D4240A
RGB
CMYK
RGB Variations
Color information
#D4240A (or 0xD4240A) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 0A. RGB value is (212,36,10). Sum of RGB (Red+Green+Blue) = 212+36+10=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D4240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4240A is #2BDBF5. Grayscale: #555555. Windows color (decimal): -2874358 or 664788. OLE color: 664788.
HSL color Cylindrical-coordinate representation of color #D4240A: hue angle of 7.72º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4240A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 36 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.17 |
| HSL | 7.72º | 0.91% | 0.44% | - |
| HSV(B) | 7.72º | 0.95% | 0.83% | - |
| XYZ | 27.84 | 15.28 | 1.77 | - |
| YUV | 85.66 | 85.31 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 10 | 0 | 0.83 | 0.95 | 0.17 | 7.72 | 0.91 | 0.44 |
| Hex | D4 | 24 | A | 0 | 53 | 5F | 11 | 8 | 5B | 2C |
| Octal | 324 | 44 | 12 | 0 | 123 | 137 | 21 | 10 | 133 | 54 |
| Binary | 11010100 | 100100 | 1010 | 0 | 1010011 | 1011111 | 10001 | 1000 | 1011011 | 101100 |
Color Harmonies of #D4240A
Complementary color
Monochromatic Colors of #D4240A
Black with #D4240A
Text Example
Text Example
White with #D4240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4240A; }
p { color: rgb(212,36,10); }
H1.HeaderClassName
{
color: #D4240A;
}
.AnyTagClassName
{
color: #D4240A;
}
</style>
background-color css
<style>
a { background-color: #D4240A; }
a { background-color: rgb(212,36,10); }
div.DivClassName
{
background-color: #D4240A;
}
.BgClassName
{
background-color: #D4240A;
}
</style>
border-color css
<style>
span { border-color: #D4240A; }
span { border-color: rgb(212,36,10); }
td.TdClassName
{
border-color: #D4240A;
}
.TagClassName
{
border-color: #D4240A;
}
</style>