Html Css Color HEX #D34415 Harley Davidson Orange
📋 copy color: '#D34415'red 211 ◦ green 68 ◦ blue 21
Shades of Harley Davidson Orange #D34415
Tints of Harley Davidson Orange #D34415
RGB
CMYK
RGB Variations
Color information
#D34415 (or 0xD34415) is known color: Harley Davidson Orange. HEX triplet: D3, 44 and 15. RGB value is (211,68,21). Sum of RGB (Red+Green+Blue) = 211+68+21=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D34415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34415 is #2CBBEA. Grayscale: #696969. Windows color (decimal): -2931691 or 1393875. OLE color: 1393875.
HSL color Cylindrical-coordinate representation of color #D34415: hue angle of 14.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D34415 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.17 |
| HSL | 14.84º | 0.82% | 0.45% | - |
| HSV(B) | 14.84º | 0.9% | 0.83% | - |
| XYZ | 29.07 | 18.04 | 2.66 | - |
| YUV | 105.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 21 | 0 | 0.68 | 0.90 | 0.17 | 14.84 | 0.82 | 0.45 |
| Hex | D3 | 44 | 15 | 0 | 44 | 5A | 11 | F | 52 | 2D |
| Octal | 323 | 104 | 25 | 0 | 104 | 132 | 21 | 17 | 122 | 55 |
| Binary | 11010011 | 1000100 | 10101 | 0 | 1000100 | 1011010 | 10001 | 1111 | 1010010 | 101101 |
Color Harmonies of #D34415
Complementary color
Monochromatic Colors of #D34415
Black with #D34415
Text Example
Text Example
White with #D34415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34415; }
p { color: rgb(211,68,21); }
H1.HeaderClassName
{
color: #D34415;
}
.AnyTagClassName
{
color: #D34415;
}
</style>
background-color css
<style>
a { background-color: #D34415; }
a { background-color: rgb(211,68,21); }
div.DivClassName
{
background-color: #D34415;
}
.BgClassName
{
background-color: #D34415;
}
</style>
border-color css
<style>
span { border-color: #D34415; }
span { border-color: rgb(211,68,21); }
td.TdClassName
{
border-color: #D34415;
}
.TagClassName
{
border-color: #D34415;
}
</style>