Html Css Color HEX #D62A04 Harley Davidson Orange
📋 copy color: '#D62A04'red 214 ◦ green 42 ◦ blue 4
Shades of Harley Davidson Orange #D62A04
Tints of Harley Davidson Orange #D62A04
RGB
CMYK
RGB Variations
Color information
#D62A04 (or 0xD62A04) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 04. RGB value is (214,42,4). Sum of RGB (Red+Green+Blue) = 214+42+4=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A04 is #29D5FB. Grayscale: #595959. Windows color (decimal): -2741756 or 273110. OLE color: 273110.
HSL color Cylindrical-coordinate representation of color #D62A04: hue angle of 10.86º degrees, saturation: 0.96, 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 #D62A04 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 42 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.16 |
| HSL | 10.86º | 0.96% | 0.43% | - |
| HSV(B) | 10.86º | 0.98% | 0.84% | - |
| XYZ | 28.58 | 15.96 | 1.69 | - |
| YUV | 89.1 | 79.98 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 42 | 4 | 0 | 0.80 | 0.98 | 0.16 | 10.86 | 0.96 | 0.43 |
| Hex | D6 | 2A | 4 | 0 | 50 | 62 | 10 | B | 60 | 2B |
| Octal | 326 | 52 | 4 | 0 | 120 | 142 | 20 | 13 | 140 | 53 |
| Binary | 11010110 | 101010 | 100 | 0 | 1010000 | 1100010 | 10000 | 1011 | 1100000 | 101011 |
Color Harmonies of #D62A04
Complementary color
Monochromatic Colors of #D62A04
Black with #D62A04
Text Example
Text Example
White with #D62A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62A04; }
p { color: rgb(214,42,4); }
H1.HeaderClassName
{
color: #D62A04;
}
.AnyTagClassName
{
color: #D62A04;
}
</style>
background-color css
<style>
a { background-color: #D62A04; }
a { background-color: rgb(214,42,4); }
div.DivClassName
{
background-color: #D62A04;
}
.BgClassName
{
background-color: #D62A04;
}
</style>
border-color css
<style>
span { border-color: #D62A04; }
span { border-color: rgb(214,42,4); }
td.TdClassName
{
border-color: #D62A04;
}
.TagClassName
{
border-color: #D62A04;
}
</style>