Html Css Color HEX #D33A18 Harley Davidson Orange
📋 copy color: '#D33A18'red 211 ◦ green 58 ◦ blue 24
Shades of Harley Davidson Orange #D33A18
Tints of Harley Davidson Orange #D33A18
RGB
CMYK
RGB Variations
Color information
#D33A18 (or 0xD33A18) is known color: Harley Davidson Orange. HEX triplet: D3, 3A and 18. RGB value is (211,58,24). Sum of RGB (Red+Green+Blue) = 211+58+24=293 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.01% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 211 - color contains mainly: red. Hex color #D33A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33A18 is #2CC5E7. Grayscale: #646464. Windows color (decimal): -2934248 or 1587923. OLE color: 1587923.
HSL color Cylindrical-coordinate representation of color #D33A18: hue angle of 10.91º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D33A18 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 58 | 24 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.17 |
| HSL | 10.91º | 0.8% | 0.46% | - |
| HSV(B) | 10.91º | 0.89% | 0.83% | - |
| XYZ | 28.54 | 16.94 | 2.63 | - |
| YUV | 99.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 24 | 0 | 0.73 | 0.89 | 0.17 | 10.91 | 0.8 | 0.46 |
| Hex | D3 | 3A | 18 | 0 | 49 | 59 | 11 | B | 50 | 2E |
| Octal | 323 | 72 | 30 | 0 | 111 | 131 | 21 | 13 | 120 | 56 |
| Binary | 11010011 | 111010 | 11000 | 0 | 1001001 | 1011001 | 10001 | 1011 | 1010000 | 101110 |
Color Harmonies of #D33A18
Complementary color
Monochromatic Colors of #D33A18
Black with #D33A18
Text Example
Text Example
White with #D33A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33A18; }
p { color: rgb(211,58,24); }
H1.HeaderClassName
{
color: #D33A18;
}
.AnyTagClassName
{
color: #D33A18;
}
</style>
background-color css
<style>
a { background-color: #D33A18; }
a { background-color: rgb(211,58,24); }
div.DivClassName
{
background-color: #D33A18;
}
.BgClassName
{
background-color: #D33A18;
}
</style>
border-color css
<style>
span { border-color: #D33A18; }
span { border-color: rgb(211,58,24); }
td.TdClassName
{
border-color: #D33A18;
}
.TagClassName
{
border-color: #D33A18;
}
</style>