Html Css Color HEX #D33512 Harley Davidson Orange
📋 copy color: '#D33512'red 211 ◦ green 53 ◦ blue 18
Shades of Harley Davidson Orange #D33512
Tints of Harley Davidson Orange #D33512
RGB
CMYK
RGB Variations
Color information
#D33512 (or 0xD33512) is known color: Harley Davidson Orange. HEX triplet: D3, 35 and 12. RGB value is (211,53,18). Sum of RGB (Red+Green+Blue) = 211+53+18=282 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.82% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 211 - color contains mainly: red. Hex color #D33512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33512 is #2CCAED. Grayscale: #606060. Windows color (decimal): -2935534 or 1193427. OLE color: 1193427.
HSL color Cylindrical-coordinate representation of color #D33512: hue angle of 10.88º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D33512 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.17 |
| HSL | 10.88º | 0.84% | 0.45% | - |
| HSV(B) | 10.88º | 0.91% | 0.83% | - |
| XYZ | 28.25 | 16.44 | 2.26 | - |
| YUV | 96.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 18 | 0 | 0.75 | 0.91 | 0.17 | 10.88 | 0.84 | 0.45 |
| Hex | D3 | 35 | 12 | 0 | 4B | 5B | 11 | B | 54 | 2D |
| Octal | 323 | 65 | 22 | 0 | 113 | 133 | 21 | 13 | 124 | 55 |
| Binary | 11010011 | 110101 | 10010 | 0 | 1001011 | 1011011 | 10001 | 1011 | 1010100 | 101101 |
Color Harmonies of #D33512
Complementary color
Monochromatic Colors of #D33512
Black with #D33512
Text Example
Text Example
White with #D33512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33512; }
p { color: rgb(211,53,18); }
H1.HeaderClassName
{
color: #D33512;
}
.AnyTagClassName
{
color: #D33512;
}
</style>
background-color css
<style>
a { background-color: #D33512; }
a { background-color: rgb(211,53,18); }
div.DivClassName
{
background-color: #D33512;
}
.BgClassName
{
background-color: #D33512;
}
</style>
border-color css
<style>
span { border-color: #D33512; }
span { border-color: rgb(211,53,18); }
td.TdClassName
{
border-color: #D33512;
}
.TagClassName
{
border-color: #D33512;
}
</style>