Html Css Color HEX #D33312 Harley Davidson Orange
📋 copy color: '#D33312'red 211 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #D33312
Tints of Harley Davidson Orange #D33312
RGB
CMYK
RGB Variations
Color information
#D33312 (or 0xD33312) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 12. RGB value is (211,51,18). Sum of RGB (Red+Green+Blue) = 211+51+18=280 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.36% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 211 - color contains mainly: red. Hex color #D33312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33312 is #2CCCED. Grayscale: #5F5F5F. Windows color (decimal): -2936046 or 1192915. OLE color: 1192915.
HSL color Cylindrical-coordinate representation of color #D33312: hue angle of 10.26º 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 #D33312 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 51 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.17 |
| HSL | 10.26º | 0.84% | 0.45% | - |
| HSV(B) | 10.26º | 0.91% | 0.83% | - |
| XYZ | 28.16 | 16.26 | 2.23 | - |
| YUV | 95.08 | 84.51 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 51 | 18 | 0 | 0.76 | 0.91 | 0.17 | 10.26 | 0.84 | 0.45 |
| Hex | D3 | 33 | 12 | 0 | 4C | 5B | 11 | A | 54 | 2D |
| Octal | 323 | 63 | 22 | 0 | 114 | 133 | 21 | 12 | 124 | 55 |
| Binary | 11010011 | 110011 | 10010 | 0 | 1001100 | 1011011 | 10001 | 1010 | 1010100 | 101101 |
Color Harmonies of #D33312
Complementary color
Monochromatic Colors of #D33312
Black with #D33312
Text Example
Text Example
White with #D33312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33312; }
p { color: rgb(211,51,18); }
H1.HeaderClassName
{
color: #D33312;
}
.AnyTagClassName
{
color: #D33312;
}
</style>
background-color css
<style>
a { background-color: #D33312; }
a { background-color: rgb(211,51,18); }
div.DivClassName
{
background-color: #D33312;
}
.BgClassName
{
background-color: #D33312;
}
</style>
border-color css
<style>
span { border-color: #D33312; }
span { border-color: rgb(211,51,18); }
td.TdClassName
{
border-color: #D33312;
}
.TagClassName
{
border-color: #D33312;
}
</style>