Html Css Color HEX #D32713 Harley Davidson Orange
📋 copy color: '#D32713'red 211 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #D32713
Tints of Harley Davidson Orange #D32713
RGB
CMYK
RGB Variations
Color information
#D32713 (or 0xD32713) is known color: Harley Davidson Orange. HEX triplet: D3, 27 and 13. RGB value is (211,39,19). Sum of RGB (Red+Green+Blue) = 211+39+19=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D32713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D32713 is #2CD8EC. Grayscale: #585858. Windows color (decimal): -2939117 or 1255379. OLE color: 1255379.
HSL color Cylindrical-coordinate representation of color #D32713: hue angle of 6.25º 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 #D32713 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.17 |
| HSL | 6.25º | 0.83% | 0.45% | - |
| HSV(B) | 6.25º | 0.91% | 0.83% | - |
| XYZ | 27.71 | 15.35 | 2.12 | - |
| YUV | 88.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 19 | 0 | 0.82 | 0.91 | 0.17 | 6.25 | 0.83 | 0.45 |
| Hex | D3 | 27 | 13 | 0 | 52 | 5B | 11 | 6 | 53 | 2D |
| Octal | 323 | 47 | 23 | 0 | 122 | 133 | 21 | 6 | 123 | 55 |
| Binary | 11010011 | 100111 | 10011 | 0 | 1010010 | 1011011 | 10001 | 110 | 1010011 | 101101 |
Color Harmonies of #D32713
Complementary color
Monochromatic Colors of #D32713
Black with #D32713
Text Example
Text Example
White with #D32713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32713; }
p { color: rgb(211,39,19); }
H1.HeaderClassName
{
color: #D32713;
}
.AnyTagClassName
{
color: #D32713;
}
</style>
background-color css
<style>
a { background-color: #D32713; }
a { background-color: rgb(211,39,19); }
div.DivClassName
{
background-color: #D32713;
}
.BgClassName
{
background-color: #D32713;
}
</style>
border-color css
<style>
span { border-color: #D32713; }
span { border-color: rgb(211,39,19); }
td.TdClassName
{
border-color: #D32713;
}
.TagClassName
{
border-color: #D32713;
}
</style>