Html Css Color HEX #D34819 Harley Davidson Orange
📋 copy color: '#D34819'red 211 ◦ green 72 ◦ blue 25
Shades of Harley Davidson Orange #D34819
Tints of Harley Davidson Orange #D34819
RGB
CMYK
RGB Variations
Color information
#D34819 (or 0xD34819) is known color: Harley Davidson Orange. HEX triplet: D3, 48 and 19. RGB value is (211,72,25). Sum of RGB (Red+Green+Blue) = 211+72+25=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D34819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34819 is #2CB7E6. Grayscale: #6C6C6C. Windows color (decimal): -2930663 or 1657043. OLE color: 1657043.
HSL color Cylindrical-coordinate representation of color #D34819: hue angle of 15.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D34819 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.17 |
| HSL | 15.16º | 0.79% | 0.46% | - |
| HSV(B) | 15.16º | 0.88% | 0.83% | - |
| XYZ | 29.36 | 18.55 | 2.95 | - |
| YUV | 108.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 25 | 0 | 0.66 | 0.88 | 0.17 | 15.16 | 0.79 | 0.46 |
| Hex | D3 | 48 | 19 | 0 | 42 | 58 | 11 | F | 4F | 2E |
| Octal | 323 | 110 | 31 | 0 | 102 | 130 | 21 | 17 | 117 | 56 |
| Binary | 11010011 | 1001000 | 11001 | 0 | 1000010 | 1011000 | 10001 | 1111 | 1001111 | 101110 |
Color Harmonies of #D34819
Complementary color
Monochromatic Colors of #D34819
Black with #D34819
Text Example
Text Example
White with #D34819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34819; }
p { color: rgb(211,72,25); }
H1.HeaderClassName
{
color: #D34819;
}
.AnyTagClassName
{
color: #D34819;
}
</style>
background-color css
<style>
a { background-color: #D34819; }
a { background-color: rgb(211,72,25); }
div.DivClassName
{
background-color: #D34819;
}
.BgClassName
{
background-color: #D34819;
}
</style>
border-color css
<style>
span { border-color: #D34819; }
span { border-color: rgb(211,72,25); }
td.TdClassName
{
border-color: #D34819;
}
.TagClassName
{
border-color: #D34819;
}
</style>