Html Css Color HEX #D43A1E Harley Davidson Orange
📋 copy color: '#D43A1E'red 212 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #D43A1E
Tints of Harley Davidson Orange #D43A1E
RGB
CMYK
RGB Variations
Color information
#D43A1E (or 0xD43A1E) is known color: Harley Davidson Orange. HEX triplet: D4, 3A and 1E. RGB value is (212,58,30). Sum of RGB (Red+Green+Blue) = 212+58+30=300 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.67% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A1E is #2BC5E1. Grayscale: #656565. Windows color (decimal): -2868706 or 1981140. OLE color: 1981140.
HSL color Cylindrical-coordinate representation of color #D43A1E: hue angle of 9.23º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D43A1E is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 30 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.17 |
| HSL | 9.23º | 0.75% | 0.47% | - |
| HSV(B) | 9.23º | 0.86% | 0.83% | - |
| XYZ | 28.9 | 17.12 | 3.01 | - |
| YUV | 100.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 30 | 0 | 0.73 | 0.86 | 0.17 | 9.23 | 0.75 | 0.47 |
| Hex | D4 | 3A | 1E | 0 | 49 | 56 | 11 | 9 | 4B | 2F |
| Octal | 324 | 72 | 36 | 0 | 111 | 126 | 21 | 11 | 113 | 57 |
| Binary | 11010100 | 111010 | 11110 | 0 | 1001001 | 1010110 | 10001 | 1001 | 1001011 | 101111 |
Color Harmonies of #D43A1E
Complementary color
Monochromatic Colors of #D43A1E
Black with #D43A1E
Text Example
Text Example
White with #D43A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A1E; }
p { color: rgb(212,58,30); }
H1.HeaderClassName
{
color: #D43A1E;
}
.AnyTagClassName
{
color: #D43A1E;
}
</style>
background-color css
<style>
a { background-color: #D43A1E; }
a { background-color: rgb(212,58,30); }
div.DivClassName
{
background-color: #D43A1E;
}
.BgClassName
{
background-color: #D43A1E;
}
</style>
border-color css
<style>
span { border-color: #D43A1E; }
span { border-color: rgb(212,58,30); }
td.TdClassName
{
border-color: #D43A1E;
}
.TagClassName
{
border-color: #D43A1E;
}
</style>