Html Css Color HEX #D43706 Harley Davidson Orange
📋 copy color: '#D43706'red 212 ◦ green 55 ◦ blue 6
Shades of Harley Davidson Orange #D43706
Tints of Harley Davidson Orange #D43706
RGB
CMYK
RGB Variations
Color information
#D43706 (or 0xD43706) is known color: Harley Davidson Orange. HEX triplet: D4, 37 and 06. RGB value is (212,55,6). Sum of RGB (Red+Green+Blue) = 212+55+6=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D43706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43706 is #2BC8F9. Grayscale: #606060. Windows color (decimal): -2869498 or 407508. OLE color: 407508.
HSL color Cylindrical-coordinate representation of color #D43706: hue angle of 14.27º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D43706 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 6 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.17 |
| HSL | 14.27º | 0.94% | 0.43% | - |
| HSV(B) | 14.27º | 0.97% | 0.83% | - |
| XYZ | 28.55 | 16.74 | 1.9 | - |
| YUV | 96.36 | 77.01 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 6 | 0 | 0.74 | 0.97 | 0.17 | 14.27 | 0.94 | 0.43 |
| Hex | D4 | 37 | 6 | 0 | 4A | 61 | 11 | E | 5E | 2B |
| Octal | 324 | 67 | 6 | 0 | 112 | 141 | 21 | 16 | 136 | 53 |
| Binary | 11010100 | 110111 | 110 | 0 | 1001010 | 1100001 | 10001 | 1110 | 1011110 | 101011 |
Color Harmonies of #D43706
Complementary color
Monochromatic Colors of #D43706
Black with #D43706
Text Example
Text Example
White with #D43706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43706; }
p { color: rgb(212,55,6); }
H1.HeaderClassName
{
color: #D43706;
}
.AnyTagClassName
{
color: #D43706;
}
</style>
background-color css
<style>
a { background-color: #D43706; }
a { background-color: rgb(212,55,6); }
div.DivClassName
{
background-color: #D43706;
}
.BgClassName
{
background-color: #D43706;
}
</style>
border-color css
<style>
span { border-color: #D43706; }
span { border-color: rgb(212,55,6); }
td.TdClassName
{
border-color: #D43706;
}
.TagClassName
{
border-color: #D43706;
}
</style>