Html Css Color HEX #D33712 Harley Davidson Orange
📋 copy color: '#D33712'red 211 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #D33712
Tints of Harley Davidson Orange #D33712
RGB
CMYK
RGB Variations
Color information
#D33712 (or 0xD33712) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 12. RGB value is (211,55,18). Sum of RGB (Red+Green+Blue) = 211+55+18=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D33712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33712 is #2CC8ED. Grayscale: #616161. Windows color (decimal): -2935022 or 1193939. OLE color: 1193939.
HSL color Cylindrical-coordinate representation of color #D33712: hue angle of 11.5º 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 #D33712 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.17 |
| HSL | 11.5º | 0.84% | 0.45% | - |
| HSV(B) | 11.5º | 0.91% | 0.83% | - |
| XYZ | 28.34 | 16.62 | 2.29 | - |
| YUV | 97.43 | 83.18 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 18 | 0 | 0.74 | 0.91 | 0.17 | 11.5 | 0.84 | 0.45 |
| Hex | D3 | 37 | 12 | 0 | 4A | 5B | 11 | C | 54 | 2D |
| Octal | 323 | 67 | 22 | 0 | 112 | 133 | 21 | 14 | 124 | 55 |
| Binary | 11010011 | 110111 | 10010 | 0 | 1001010 | 1011011 | 10001 | 1100 | 1010100 | 101101 |
Color Harmonies of #D33712
Complementary color
Monochromatic Colors of #D33712
Black with #D33712
Text Example
Text Example
White with #D33712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33712; }
p { color: rgb(211,55,18); }
H1.HeaderClassName
{
color: #D33712;
}
.AnyTagClassName
{
color: #D33712;
}
</style>
background-color css
<style>
a { background-color: #D33712; }
a { background-color: rgb(211,55,18); }
div.DivClassName
{
background-color: #D33712;
}
.BgClassName
{
background-color: #D33712;
}
</style>
border-color css
<style>
span { border-color: #D33712; }
span { border-color: rgb(211,55,18); }
td.TdClassName
{
border-color: #D33712;
}
.TagClassName
{
border-color: #D33712;
}
</style>