Html Css Color HEX #D43D09 Harley Davidson Orange
📋 copy color: '#D43D09'red 212 ◦ green 61 ◦ blue 9
Shades of Harley Davidson Orange #D43D09
Tints of Harley Davidson Orange #D43D09
RGB
CMYK
RGB Variations
Color information
#D43D09 (or 0xD43D09) is known color: Harley Davidson Orange. HEX triplet: D4, 3D and 09. RGB value is (212,61,9). Sum of RGB (Red+Green+Blue) = 212+61+9=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43D09 is #2BC2F6. Grayscale: #646464. Windows color (decimal): -2867959 or 605652. OLE color: 605652.
HSL color Cylindrical-coordinate representation of color #D43D09: hue angle of 15.37º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D43D09 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.17 |
| HSL | 15.37º | 0.92% | 0.43% | - |
| HSV(B) | 15.37º | 0.96% | 0.83% | - |
| XYZ | 28.87 | 17.35 | 2.09 | - |
| YUV | 100.22 | 76.53 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 9 | 0 | 0.71 | 0.96 | 0.17 | 15.37 | 0.92 | 0.43 |
| Hex | D4 | 3D | 9 | 0 | 47 | 60 | 11 | F | 5C | 2B |
| Octal | 324 | 75 | 11 | 0 | 107 | 140 | 21 | 17 | 134 | 53 |
| Binary | 11010100 | 111101 | 1001 | 0 | 1000111 | 1100000 | 10001 | 1111 | 1011100 | 101011 |
Color Harmonies of #D43D09
Complementary color
Monochromatic Colors of #D43D09
Black with #D43D09
Text Example
Text Example
White with #D43D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D09; }
p { color: rgb(212,61,9); }
H1.HeaderClassName
{
color: #D43D09;
}
.AnyTagClassName
{
color: #D43D09;
}
</style>
background-color css
<style>
a { background-color: #D43D09; }
a { background-color: rgb(212,61,9); }
div.DivClassName
{
background-color: #D43D09;
}
.BgClassName
{
background-color: #D43D09;
}
</style>
border-color css
<style>
span { border-color: #D43D09; }
span { border-color: rgb(212,61,9); }
td.TdClassName
{
border-color: #D43D09;
}
.TagClassName
{
border-color: #D43D09;
}
</style>