Html Css Color HEX #D84A1A Harley Davidson Orange
📋 copy color: '#D84A1A'red 216 ◦ green 74 ◦ blue 26
Shades of Harley Davidson Orange #D84A1A
Tints of Harley Davidson Orange #D84A1A
RGB
CMYK
RGB Variations
Color information
#D84A1A (or 0xD84A1A) is known color: Harley Davidson Orange. HEX triplet: D8, 4A and 1A. RGB value is (216,74,26). Sum of RGB (Red+Green+Blue) = 216+74+26=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84A1A is #27B5E5. Grayscale: #6F6F6F. Windows color (decimal): -2602470 or 1723096. OLE color: 1723096.
HSL color Cylindrical-coordinate representation of color #D84A1A: hue angle of 15.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D84A1A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 26 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.15 |
| HSL | 15.16º | 0.79% | 0.47% | - |
| HSV(B) | 15.16º | 0.88% | 0.85% | - |
| XYZ | 30.95 | 19.57 | 3.12 | - |
| YUV | 110.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 26 | 0 | 0.66 | 0.88 | 0.15 | 15.16 | 0.79 | 0.47 |
| Hex | D8 | 4A | 1A | 0 | 42 | 58 | F | F | 4F | 2F |
| Octal | 330 | 112 | 32 | 0 | 102 | 130 | 17 | 17 | 117 | 57 |
| Binary | 11011000 | 1001010 | 11010 | 0 | 1000010 | 1011000 | 1111 | 1111 | 1001111 | 101111 |
Color Harmonies of #D84A1A
Complementary color
Monochromatic Colors of #D84A1A
Black with #D84A1A
Text Example
Text Example
White with #D84A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A1A; }
p { color: rgb(216,74,26); }
H1.HeaderClassName
{
color: #D84A1A;
}
.AnyTagClassName
{
color: #D84A1A;
}
</style>
background-color css
<style>
a { background-color: #D84A1A; }
a { background-color: rgb(216,74,26); }
div.DivClassName
{
background-color: #D84A1A;
}
.BgClassName
{
background-color: #D84A1A;
}
</style>
border-color css
<style>
span { border-color: #D84A1A; }
span { border-color: rgb(216,74,26); }
td.TdClassName
{
border-color: #D84A1A;
}
.TagClassName
{
border-color: #D84A1A;
}
</style>