Html Css Color HEX #D62705 Harley Davidson Orange
📋 copy color: '#D62705'red 214 ◦ green 39 ◦ blue 5
Shades of Harley Davidson Orange #D62705
Tints of Harley Davidson Orange #D62705
RGB
CMYK
RGB Variations
Color information
#D62705 (or 0xD62705) is known color: Harley Davidson Orange. HEX triplet: D6, 27 and 05. RGB value is (214,39,5). Sum of RGB (Red+Green+Blue) = 214+39+5=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D62705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62705 is #29D8FA. Grayscale: #575757. Windows color (decimal): -2742523 or 337878. OLE color: 337878.
HSL color Cylindrical-coordinate representation of color #D62705: hue angle of 9.76º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D62705 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 39 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.16 |
| HSL | 9.76º | 0.95% | 0.43% | - |
| HSV(B) | 9.76º | 0.98% | 0.84% | - |
| XYZ | 28.48 | 15.76 | 1.68 | - |
| YUV | 87.45 | 81.48 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 39 | 5 | 0 | 0.82 | 0.98 | 0.16 | 9.76 | 0.95 | 0.43 |
| Hex | D6 | 27 | 5 | 0 | 52 | 62 | 10 | A | 5F | 2B |
| Octal | 326 | 47 | 5 | 0 | 122 | 142 | 20 | 12 | 137 | 53 |
| Binary | 11010110 | 100111 | 101 | 0 | 1010010 | 1100010 | 10000 | 1010 | 1011111 | 101011 |
Color Harmonies of #D62705
Complementary color
Monochromatic Colors of #D62705
Black with #D62705
Text Example
Text Example
White with #D62705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62705; }
p { color: rgb(214,39,5); }
H1.HeaderClassName
{
color: #D62705;
}
.AnyTagClassName
{
color: #D62705;
}
</style>
background-color css
<style>
a { background-color: #D62705; }
a { background-color: rgb(214,39,5); }
div.DivClassName
{
background-color: #D62705;
}
.BgClassName
{
background-color: #D62705;
}
</style>
border-color css
<style>
span { border-color: #D62705; }
span { border-color: rgb(214,39,5); }
td.TdClassName
{
border-color: #D62705;
}
.TagClassName
{
border-color: #D62705;
}
</style>