Html Css Color HEX #D43E1D Harley Davidson Orange
📋 copy color: '#D43E1D'red 212 ◦ green 62 ◦ blue 29
Shades of Harley Davidson Orange #D43E1D
Tints of Harley Davidson Orange #D43E1D
RGB
CMYK
RGB Variations
Color information
#D43E1D (or 0xD43E1D) is known color: Harley Davidson Orange. HEX triplet: D4, 3E and 1D. RGB value is (212,62,29). Sum of RGB (Red+Green+Blue) = 212+62+29=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43E1D is #2BC1E2. Grayscale: #676767. Windows color (decimal): -2867683 or 1916628. OLE color: 1916628.
HSL color Cylindrical-coordinate representation of color #D43E1D: hue angle of 10.82º degrees, saturation: 0.76, 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 #D43E1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.17 |
| HSL | 10.82º | 0.76% | 0.47% | - |
| HSV(B) | 10.82º | 0.86% | 0.83% | - |
| XYZ | 29.1 | 17.53 | 3.01 | - |
| YUV | 103.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 29 | 0 | 0.71 | 0.86 | 0.17 | 10.82 | 0.76 | 0.47 |
| Hex | D4 | 3E | 1D | 0 | 47 | 56 | 11 | B | 4C | 2F |
| Octal | 324 | 76 | 35 | 0 | 107 | 126 | 21 | 13 | 114 | 57 |
| Binary | 11010100 | 111110 | 11101 | 0 | 1000111 | 1010110 | 10001 | 1011 | 1001100 | 101111 |
Color Harmonies of #D43E1D
Complementary color
Monochromatic Colors of #D43E1D
Black with #D43E1D
Text Example
Text Example
White with #D43E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E1D; }
p { color: rgb(212,62,29); }
H1.HeaderClassName
{
color: #D43E1D;
}
.AnyTagClassName
{
color: #D43E1D;
}
</style>
background-color css
<style>
a { background-color: #D43E1D; }
a { background-color: rgb(212,62,29); }
div.DivClassName
{
background-color: #D43E1D;
}
.BgClassName
{
background-color: #D43E1D;
}
</style>
border-color css
<style>
span { border-color: #D43E1D; }
span { border-color: rgb(212,62,29); }
td.TdClassName
{
border-color: #D43E1D;
}
.TagClassName
{
border-color: #D43E1D;
}
</style>