Html Css Color HEX #D33701 Harley Davidson Orange
📋 copy color: '#D33701'red 211 ◦ green 55 ◦ blue 1
Shades of Harley Davidson Orange #D33701
Tints of Harley Davidson Orange #D33701
RGB
CMYK
RGB Variations
Color information
#D33701 (or 0xD33701) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 01. RGB value is (211,55,1). Sum of RGB (Red+Green+Blue) = 211+55+1=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D33701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33701 is #2CC8FE. Grayscale: #5F5F5F. Windows color (decimal): -2935039 or 79827. OLE color: 79827.
HSL color Cylindrical-coordinate representation of color #D33701: hue angle of 15.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D33701 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.17 |
| HSL | 15.43º | 0.99% | 0.42% | - |
| HSV(B) | 15.43º | 1% | 0.83% | - |
| XYZ | 28.24 | 16.58 | 1.74 | - |
| YUV | 95.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 1 | 0 | 0.74 | 1.00 | 0.17 | 15.43 | 0.99 | 0.42 |
| Hex | D3 | 37 | 1 | 0 | 4A | 64 | 11 | F | 63 | 2A |
| Octal | 323 | 67 | 1 | 0 | 112 | 144 | 21 | 17 | 143 | 52 |
| Binary | 11010011 | 110111 | 1 | 0 | 1001010 | 1100100 | 10001 | 1111 | 1100011 | 101010 |
Color Harmonies of #D33701
Complementary color
Monochromatic Colors of #D33701
Black with #D33701
Text Example
Text Example
White with #D33701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33701; }
p { color: rgb(211,55,1); }
H1.HeaderClassName
{
color: #D33701;
}
.AnyTagClassName
{
color: #D33701;
}
</style>
background-color css
<style>
a { background-color: #D33701; }
a { background-color: rgb(211,55,1); }
div.DivClassName
{
background-color: #D33701;
}
.BgClassName
{
background-color: #D33701;
}
</style>
border-color css
<style>
span { border-color: #D33701; }
span { border-color: rgb(211,55,1); }
td.TdClassName
{
border-color: #D33701;
}
.TagClassName
{
border-color: #D33701;
}
</style>