Html Css Color HEX #D33E10 Harley Davidson Orange
📋 copy color: '#D33E10'red 211 ◦ green 62 ◦ blue 16
Shades of Harley Davidson Orange #D33E10
Tints of Harley Davidson Orange #D33E10
RGB
CMYK
RGB Variations
Color information
#D33E10 (or 0xD33E10) is known color: Harley Davidson Orange. HEX triplet: D3, 3E and 10. RGB value is (211,62,16). Sum of RGB (Red+Green+Blue) = 211+62+16=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33E10 is #2CC1EF. Grayscale: #656565. Windows color (decimal): -2933232 or 1064659. OLE color: 1064659.
HSL color Cylindrical-coordinate representation of color #D33E10: hue angle of 14.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D33E10 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 16 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.17 |
| HSL | 14.15º | 0.86% | 0.45% | - |
| HSV(B) | 14.15º | 0.92% | 0.83% | - |
| XYZ | 28.68 | 17.33 | 2.32 | - |
| YUV | 101.31 | 79.86 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 16 | 0 | 0.71 | 0.92 | 0.17 | 14.15 | 0.86 | 0.45 |
| Hex | D3 | 3E | 10 | 0 | 47 | 5C | 11 | E | 56 | 2D |
| Octal | 323 | 76 | 20 | 0 | 107 | 134 | 21 | 16 | 126 | 55 |
| Binary | 11010011 | 111110 | 10000 | 0 | 1000111 | 1011100 | 10001 | 1110 | 1010110 | 101101 |
Color Harmonies of #D33E10
Complementary color
Monochromatic Colors of #D33E10
Black with #D33E10
Text Example
Text Example
White with #D33E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E10; }
p { color: rgb(211,62,16); }
H1.HeaderClassName
{
color: #D33E10;
}
.AnyTagClassName
{
color: #D33E10;
}
</style>
background-color css
<style>
a { background-color: #D33E10; }
a { background-color: rgb(211,62,16); }
div.DivClassName
{
background-color: #D33E10;
}
.BgClassName
{
background-color: #D33E10;
}
</style>
border-color css
<style>
span { border-color: #D33E10; }
span { border-color: rgb(211,62,16); }
td.TdClassName
{
border-color: #D33E10;
}
.TagClassName
{
border-color: #D33E10;
}
</style>