Html Css Color HEX #D43209 Harley Davidson Orange
📋 copy color: '#D43209'red 212 ◦ green 50 ◦ blue 9
Shades of Harley Davidson Orange #D43209
Tints of Harley Davidson Orange #D43209
RGB
CMYK
RGB Variations
Color information
#D43209 (or 0xD43209) is known color: Harley Davidson Orange. HEX triplet: D4, 32 and 09. RGB value is (212,50,9). Sum of RGB (Red+Green+Blue) = 212+50+9=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D43209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43209 is #2BCDF6. Grayscale: #5E5E5E. Windows color (decimal): -2870775 or 602836. OLE color: 602836.
HSL color Cylindrical-coordinate representation of color #D43209: hue angle of 12.12º 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 #D43209 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.17 |
| HSL | 12.12º | 0.92% | 0.43% | - |
| HSV(B) | 12.12º | 0.96% | 0.83% | - |
| XYZ | 28.34 | 16.3 | 1.91 | - |
| YUV | 93.76 | 80.17 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 9 | 0 | 0.76 | 0.96 | 0.17 | 12.12 | 0.92 | 0.43 |
| Hex | D4 | 32 | 9 | 0 | 4C | 60 | 11 | C | 5C | 2B |
| Octal | 324 | 62 | 11 | 0 | 114 | 140 | 21 | 14 | 134 | 53 |
| Binary | 11010100 | 110010 | 1001 | 0 | 1001100 | 1100000 | 10001 | 1100 | 1011100 | 101011 |
Color Harmonies of #D43209
Complementary color
Monochromatic Colors of #D43209
Black with #D43209
Text Example
Text Example
White with #D43209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43209; }
p { color: rgb(212,50,9); }
H1.HeaderClassName
{
color: #D43209;
}
.AnyTagClassName
{
color: #D43209;
}
</style>
background-color css
<style>
a { background-color: #D43209; }
a { background-color: rgb(212,50,9); }
div.DivClassName
{
background-color: #D43209;
}
.BgClassName
{
background-color: #D43209;
}
</style>
border-color css
<style>
span { border-color: #D43209; }
span { border-color: rgb(212,50,9); }
td.TdClassName
{
border-color: #D43209;
}
.TagClassName
{
border-color: #D43209;
}
</style>