Html Css Color HEX #D33A00 Harley Davidson Orange
📋 copy color: '#D33A00'red 211 ◦ green 58 ◦ blue 0
Shades of Harley Davidson Orange #D33A00
Tints of Harley Davidson Orange #D33A00
RGB
CMYK
RGB Variations
Color information
#D33A00 (or 0xD33A00) is known color: Harley Davidson Orange. HEX triplet: D3, 3A and 00. RGB value is (211,58,0). Sum of RGB (Red+Green+Blue) = 211+58+0=269 (35% of max value = 765). Red value is 211 (82.81% from 255 or 78.44% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33A00 is #2CC5FF. Grayscale: #616161. Windows color (decimal): -2934272 or 15059. OLE color: 15059.
HSL color Cylindrical-coordinate representation of color #D33A00: hue angle of 16.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D33A00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.17 |
| HSL | 16.49º | 1% | 0.41% | - |
| HSV(B) | 16.49º | 1% | 0.83% | - |
| XYZ | 28.38 | 16.88 | 1.76 | - |
| YUV | 97.14 | 73.19 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 0 | 0 | 0.73 | 1 | 0.17 | 16.49 | 1 | 0.41 |
| Hex | D3 | 3A | 0 | 0 | 49 | 64 | 11 | 10 | 64 | 29 |
| Octal | 323 | 72 | 0 | 0 | 111 | 144 | 21 | 20 | 144 | 51 |
| Binary | 11010011 | 111010 | 0 | 0 | 1001001 | 1100100 | 10001 | 10000 | 1100100 | 101001 |
Color Harmonies of #D33A00
Complementary color
Monochromatic Colors of #D33A00
Black with #D33A00
Text Example
Text Example
White with #D33A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A00; }
p { color: rgb(211,58,0); }
H1.HeaderClassName
{
color: #D33A00;
}
.AnyTagClassName
{
color: #D33A00;
}
</style>
background-color css
<style>
a { background-color: #D33A00; }
a { background-color: rgb(211,58,0); }
div.DivClassName
{
background-color: #D33A00;
}
.BgClassName
{
background-color: #D33A00;
}
</style>
border-color css
<style>
span { border-color: #D33A00; }
span { border-color: rgb(211,58,0); }
td.TdClassName
{
border-color: #D33A00;
}
.TagClassName
{
border-color: #D33A00;
}
</style>