Html Css Color HEX #D34013 Harley Davidson Orange
📋 copy color: '#D34013'red 211 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #D34013
Tints of Harley Davidson Orange #D34013
RGB
CMYK
RGB Variations
Color information
#D34013 (or 0xD34013) is known color: Harley Davidson Orange. HEX triplet: D3, 40 and 13. RGB value is (211,64,19). Sum of RGB (Red+Green+Blue) = 211+64+19=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D34013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34013 is #2CBFEC. Grayscale: #676767. Windows color (decimal): -2932717 or 1261779. OLE color: 1261779.
HSL color Cylindrical-coordinate representation of color #D34013: hue angle of 14.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D34013 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.17 |
| HSL | 14.06º | 0.83% | 0.45% | - |
| HSV(B) | 14.06º | 0.91% | 0.83% | - |
| XYZ | 28.81 | 17.56 | 2.49 | - |
| YUV | 102.82 | 80.7 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 19 | 0 | 0.70 | 0.91 | 0.17 | 14.06 | 0.83 | 0.45 |
| Hex | D3 | 40 | 13 | 0 | 46 | 5B | 11 | E | 53 | 2D |
| Octal | 323 | 100 | 23 | 0 | 106 | 133 | 21 | 16 | 123 | 55 |
| Binary | 11010011 | 1000000 | 10011 | 0 | 1000110 | 1011011 | 10001 | 1110 | 1010011 | 101101 |
Color Harmonies of #D34013
Complementary color
Monochromatic Colors of #D34013
Black with #D34013
Text Example
Text Example
White with #D34013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34013; }
p { color: rgb(211,64,19); }
H1.HeaderClassName
{
color: #D34013;
}
.AnyTagClassName
{
color: #D34013;
}
</style>
background-color css
<style>
a { background-color: #D34013; }
a { background-color: rgb(211,64,19); }
div.DivClassName
{
background-color: #D34013;
}
.BgClassName
{
background-color: #D34013;
}
</style>
border-color css
<style>
span { border-color: #D34013; }
span { border-color: rgb(211,64,19); }
td.TdClassName
{
border-color: #D34013;
}
.TagClassName
{
border-color: #D34013;
}
</style>