Html Css Color HEX #D33713 Harley Davidson Orange
📋 copy color: '#D33713'red 211 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #D33713
Tints of Harley Davidson Orange #D33713
RGB
CMYK
RGB Variations
Color information
#D33713 (or 0xD33713) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 13. RGB value is (211,55,19). Sum of RGB (Red+Green+Blue) = 211+55+19=285 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.04% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 211 - color contains mainly: red. Hex color #D33713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33713 is #2CC8EC. Grayscale: #616161. Windows color (decimal): -2935021 or 1259475. OLE color: 1259475.
HSL color Cylindrical-coordinate representation of color #D33713: hue angle of 11.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 #D33713 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.17 |
| HSL | 11.25º | 0.83% | 0.45% | - |
| HSV(B) | 11.25º | 0.91% | 0.83% | - |
| XYZ | 28.35 | 16.63 | 2.33 | - |
| YUV | 97.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 19 | 0 | 0.74 | 0.91 | 0.17 | 11.25 | 0.83 | 0.45 |
| Hex | D3 | 37 | 13 | 0 | 4A | 5B | 11 | B | 53 | 2D |
| Octal | 323 | 67 | 23 | 0 | 112 | 133 | 21 | 13 | 123 | 55 |
| Binary | 11010011 | 110111 | 10011 | 0 | 1001010 | 1011011 | 10001 | 1011 | 1010011 | 101101 |
Color Harmonies of #D33713
Complementary color
Monochromatic Colors of #D33713
Black with #D33713
Text Example
Text Example
White with #D33713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33713; }
p { color: rgb(211,55,19); }
H1.HeaderClassName
{
color: #D33713;
}
.AnyTagClassName
{
color: #D33713;
}
</style>
background-color css
<style>
a { background-color: #D33713; }
a { background-color: rgb(211,55,19); }
div.DivClassName
{
background-color: #D33713;
}
.BgClassName
{
background-color: #D33713;
}
</style>
border-color css
<style>
span { border-color: #D33713; }
span { border-color: rgb(211,55,19); }
td.TdClassName
{
border-color: #D33713;
}
.TagClassName
{
border-color: #D33713;
}
</style>