Html Css Color HEX #D42A0A Harley Davidson Orange
📋 copy color: '#D42A0A'red 212 ◦ green 42 ◦ blue 10
Shades of Harley Davidson Orange #D42A0A
Tints of Harley Davidson Orange #D42A0A
RGB
CMYK
RGB Variations
Color information
#D42A0A (or 0xD42A0A) is known color: Harley Davidson Orange. HEX triplet: D4, 2A and 0A. RGB value is (212,42,10). Sum of RGB (Red+Green+Blue) = 212+42+10=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42A0A is #2BD5F5. Grayscale: #595959. Windows color (decimal): -2872822 or 666324. OLE color: 666324.
HSL color Cylindrical-coordinate representation of color #D42A0A: hue angle of 9.5º 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 #D42A0A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.17 |
| HSL | 9.5º | 0.91% | 0.44% | - |
| HSV(B) | 9.5º | 0.95% | 0.83% | - |
| XYZ | 28.03 | 15.67 | 1.84 | - |
| YUV | 89.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 10 | 0 | 0.80 | 0.95 | 0.17 | 9.5 | 0.91 | 0.44 |
| Hex | D4 | 2A | A | 0 | 50 | 5F | 11 | A | 5B | 2C |
| Octal | 324 | 52 | 12 | 0 | 120 | 137 | 21 | 12 | 133 | 54 |
| Binary | 11010100 | 101010 | 1010 | 0 | 1010000 | 1011111 | 10001 | 1010 | 1011011 | 101100 |
Color Harmonies of #D42A0A
Complementary color
Monochromatic Colors of #D42A0A
Black with #D42A0A
Text Example
Text Example
White with #D42A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A0A; }
p { color: rgb(212,42,10); }
H1.HeaderClassName
{
color: #D42A0A;
}
.AnyTagClassName
{
color: #D42A0A;
}
</style>
background-color css
<style>
a { background-color: #D42A0A; }
a { background-color: rgb(212,42,10); }
div.DivClassName
{
background-color: #D42A0A;
}
.BgClassName
{
background-color: #D42A0A;
}
</style>
border-color css
<style>
span { border-color: #D42A0A; }
span { border-color: rgb(212,42,10); }
td.TdClassName
{
border-color: #D42A0A;
}
.TagClassName
{
border-color: #D42A0A;
}
</style>