Html Css Color HEX #D42709 Harley Davidson Orange
📋 copy color: '#D42709'red 212 ◦ green 39 ◦ blue 9
Shades of Harley Davidson Orange #D42709
Tints of Harley Davidson Orange #D42709
RGB
CMYK
RGB Variations
Color information
#D42709 (or 0xD42709) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 09. RGB value is (212,39,9). Sum of RGB (Red+Green+Blue) = 212+39+9=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D42709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42709 is #2BD8F6. Grayscale: #575757. Windows color (decimal): -2873591 or 600020. OLE color: 600020.
HSL color Cylindrical-coordinate representation of color #D42709: hue angle of 8.87º 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 #D42709 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.17 |
| HSL | 8.87º | 0.92% | 0.43% | - |
| HSV(B) | 8.87º | 0.96% | 0.83% | - |
| XYZ | 27.93 | 15.47 | 1.77 | - |
| YUV | 87.31 | 83.81 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 9 | 0 | 0.82 | 0.96 | 0.17 | 8.87 | 0.92 | 0.43 |
| Hex | D4 | 27 | 9 | 0 | 52 | 60 | 11 | 9 | 5C | 2B |
| Octal | 324 | 47 | 11 | 0 | 122 | 140 | 21 | 11 | 134 | 53 |
| Binary | 11010100 | 100111 | 1001 | 0 | 1010010 | 1100000 | 10001 | 1001 | 1011100 | 101011 |
Color Harmonies of #D42709
Complementary color
Monochromatic Colors of #D42709
Black with #D42709
Text Example
Text Example
White with #D42709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42709; }
p { color: rgb(212,39,9); }
H1.HeaderClassName
{
color: #D42709;
}
.AnyTagClassName
{
color: #D42709;
}
</style>
background-color css
<style>
a { background-color: #D42709; }
a { background-color: rgb(212,39,9); }
div.DivClassName
{
background-color: #D42709;
}
.BgClassName
{
background-color: #D42709;
}
</style>
border-color css
<style>
span { border-color: #D42709; }
span { border-color: rgb(212,39,9); }
td.TdClassName
{
border-color: #D42709;
}
.TagClassName
{
border-color: #D42709;
}
</style>