Html Css Color HEX #D33608 Harley Davidson Orange
📋 copy color: '#D33608'red 211 ◦ green 54 ◦ blue 8
Shades of Harley Davidson Orange #D33608
Tints of Harley Davidson Orange #D33608
RGB
CMYK
RGB Variations
Color information
#D33608 (or 0xD33608) is known color: Harley Davidson Orange. HEX triplet: D3, 36 and 08. RGB value is (211,54,8). Sum of RGB (Red+Green+Blue) = 211+54+8=273 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.29% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 211 - color contains mainly: red. Hex color #D33608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33608 is #2CC9F7. Grayscale: #606060. Windows color (decimal): -2935288 or 538323. OLE color: 538323.
HSL color Cylindrical-coordinate representation of color #D33608: hue angle of 13.6º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D33608 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.17 |
| HSL | 13.6º | 0.93% | 0.43% | - |
| HSV(B) | 13.6º | 0.96% | 0.83% | - |
| XYZ | 28.23 | 16.5 | 1.93 | - |
| YUV | 95.7 | 78.51 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 8 | 0 | 0.74 | 0.96 | 0.17 | 13.6 | 0.93 | 0.43 |
| Hex | D3 | 36 | 8 | 0 | 4A | 60 | 11 | E | 5D | 2B |
| Octal | 323 | 66 | 10 | 0 | 112 | 140 | 21 | 16 | 135 | 53 |
| Binary | 11010011 | 110110 | 1000 | 0 | 1001010 | 1100000 | 10001 | 1110 | 1011101 | 101011 |
Color Harmonies of #D33608
Complementary color
Monochromatic Colors of #D33608
Black with #D33608
Text Example
Text Example
White with #D33608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33608; }
p { color: rgb(211,54,8); }
H1.HeaderClassName
{
color: #D33608;
}
.AnyTagClassName
{
color: #D33608;
}
</style>
background-color css
<style>
a { background-color: #D33608; }
a { background-color: rgb(211,54,8); }
div.DivClassName
{
background-color: #D33608;
}
.BgClassName
{
background-color: #D33608;
}
</style>
border-color css
<style>
span { border-color: #D33608; }
span { border-color: rgb(211,54,8); }
td.TdClassName
{
border-color: #D33608;
}
.TagClassName
{
border-color: #D33608;
}
</style>