Html Css Color HEX #D43409 Harley Davidson Orange
📋 copy color: '#D43409'red 212 ◦ green 52 ◦ blue 9
Shades of Harley Davidson Orange #D43409
Tints of Harley Davidson Orange #D43409
RGB
CMYK
RGB Variations
Color information
#D43409 (or 0xD43409) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 09. RGB value is (212,52,9). Sum of RGB (Red+Green+Blue) = 212+52+9=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D43409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43409 is #2BCBF6. Grayscale: #5F5F5F. Windows color (decimal): -2870263 or 603348. OLE color: 603348.
HSL color Cylindrical-coordinate representation of color #D43409: hue angle of 12.71º 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 #D43409 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.17 |
| HSL | 12.71º | 0.92% | 0.43% | - |
| HSV(B) | 12.71º | 0.96% | 0.83% | - |
| XYZ | 28.43 | 16.47 | 1.94 | - |
| YUV | 94.94 | 79.51 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 9 | 0 | 0.75 | 0.96 | 0.17 | 12.71 | 0.92 | 0.43 |
| Hex | D4 | 34 | 9 | 0 | 4B | 60 | 11 | D | 5C | 2B |
| Octal | 324 | 64 | 11 | 0 | 113 | 140 | 21 | 15 | 134 | 53 |
| Binary | 11010100 | 110100 | 1001 | 0 | 1001011 | 1100000 | 10001 | 1101 | 1011100 | 101011 |
Color Harmonies of #D43409
Complementary color
Monochromatic Colors of #D43409
Black with #D43409
Text Example
Text Example
White with #D43409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43409; }
p { color: rgb(212,52,9); }
H1.HeaderClassName
{
color: #D43409;
}
.AnyTagClassName
{
color: #D43409;
}
</style>
background-color css
<style>
a { background-color: #D43409; }
a { background-color: rgb(212,52,9); }
div.DivClassName
{
background-color: #D43409;
}
.BgClassName
{
background-color: #D43409;
}
</style>
border-color css
<style>
span { border-color: #D43409; }
span { border-color: rgb(212,52,9); }
td.TdClassName
{
border-color: #D43409;
}
.TagClassName
{
border-color: #D43409;
}
</style>