Html Css Color HEX #D33412 Harley Davidson Orange
📋 copy color: '#D33412'red 211 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #D33412
Tints of Harley Davidson Orange #D33412
RGB
CMYK
RGB Variations
Color information
#D33412 (or 0xD33412) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 12. RGB value is (211,52,18). Sum of RGB (Red+Green+Blue) = 211+52+18=281 (37% of max value = 765). Red value is 211 (82.81% from 255 or 75.09% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 211 - color contains mainly: red. Hex color #D33412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33412 is #2CCBED. Grayscale: #5F5F5F. Windows color (decimal): -2935790 or 1193171. OLE color: 1193171.
HSL color Cylindrical-coordinate representation of color #D33412: hue angle of 10.57º 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 #D33412 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.17 |
| HSL | 10.57º | 0.84% | 0.45% | - |
| HSV(B) | 10.57º | 0.91% | 0.83% | - |
| XYZ | 28.2 | 16.35 | 2.24 | - |
| YUV | 95.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 18 | 0 | 0.75 | 0.91 | 0.17 | 10.57 | 0.84 | 0.45 |
| Hex | D3 | 34 | 12 | 0 | 4B | 5B | 11 | B | 54 | 2D |
| Octal | 323 | 64 | 22 | 0 | 113 | 133 | 21 | 13 | 124 | 55 |
| Binary | 11010011 | 110100 | 10010 | 0 | 1001011 | 1011011 | 10001 | 1011 | 1010100 | 101101 |
Color Harmonies of #D33412
Complementary color
Monochromatic Colors of #D33412
Black with #D33412
Text Example
Text Example
White with #D33412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33412; }
p { color: rgb(211,52,18); }
H1.HeaderClassName
{
color: #D33412;
}
.AnyTagClassName
{
color: #D33412;
}
</style>
background-color css
<style>
a { background-color: #D33412; }
a { background-color: rgb(211,52,18); }
div.DivClassName
{
background-color: #D33412;
}
.BgClassName
{
background-color: #D33412;
}
</style>
border-color css
<style>
span { border-color: #D33412; }
span { border-color: rgb(211,52,18); }
td.TdClassName
{
border-color: #D33412;
}
.TagClassName
{
border-color: #D33412;
}
</style>