Html Css Color HEX #D34419 Harley Davidson Orange
📋 copy color: '#D34419'red 211 ◦ green 68 ◦ blue 25
Shades of Harley Davidson Orange #D34419
Tints of Harley Davidson Orange #D34419
RGB
CMYK
RGB Variations
Color information
#D34419 (or 0xD34419) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 19. RGB value is (211,68,25). Sum of RGB (Red+Green+Blue) = 211+68+25=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D34419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34419 is #2CBBE6. Grayscale: #6A6A6A. Windows color (decimal): -2931687 or 1656019. OLE color: 1656019.
HSL color Cylindrical-coordinate representation of color #D34419: hue angle of 13.87º 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 #D34419 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 25 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.17 |
| HSL | 13.87º | 0.79% | 0.46% | - |
| HSV(B) | 13.87º | 0.88% | 0.83% | - |
| XYZ | 29.11 | 18.05 | 2.87 | - |
| YUV | 105.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 25 | 0 | 0.68 | 0.88 | 0.17 | 13.87 | 0.79 | 0.46 |
| Hex | D3 | 44 | 19 | 0 | 44 | 58 | 11 | E | 4F | 2E |
| Octal | 323 | 104 | 31 | 0 | 104 | 130 | 21 | 16 | 117 | 56 |
| Binary | 11010011 | 1000100 | 11001 | 0 | 1000100 | 1011000 | 10001 | 1110 | 1001111 | 101110 |
Color Harmonies of #D34419
Complementary color
Monochromatic Colors of #D34419
Black with #D34419
Text Example
Text Example
White with #D34419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34419; }
p { color: rgb(211,68,25); }
H1.HeaderClassName
{
color: #D34419;
}
.AnyTagClassName
{
color: #D34419;
}
</style>
background-color css
<style>
a { background-color: #D34419; }
a { background-color: rgb(211,68,25); }
div.DivClassName
{
background-color: #D34419;
}
.BgClassName
{
background-color: #D34419;
}
</style>
border-color css
<style>
span { border-color: #D34419; }
span { border-color: rgb(211,68,25); }
td.TdClassName
{
border-color: #D34419;
}
.TagClassName
{
border-color: #D34419;
}
</style>