Html Css Color HEX #D33410 Harley Davidson Orange
📋 copy color: '#D33410'red 211 ◦ green 52 ◦ blue 16
Shades of Harley Davidson Orange #D33410
Tints of Harley Davidson Orange #D33410
RGB
CMYK
RGB Variations
Color information
#D33410 (or 0xD33410) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 10. RGB value is (211,52,16). Sum of RGB (Red+Green+Blue) = 211+52+16=279 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.63% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 211 - color contains mainly: red. Hex color #D33410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33410 is #2CCBEF. Grayscale: #5F5F5F. Windows color (decimal): -2935792 or 1062099. OLE color: 1062099.
HSL color Cylindrical-coordinate representation of color #D33410: hue angle of 11.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D33410 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.17 |
| HSL | 11.08º | 0.86% | 0.45% | - |
| HSV(B) | 11.08º | 0.92% | 0.83% | - |
| XYZ | 28.19 | 16.34 | 2.16 | - |
| YUV | 95.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 16 | 0 | 0.75 | 0.92 | 0.17 | 11.08 | 0.86 | 0.45 |
| Hex | D3 | 34 | 10 | 0 | 4B | 5C | 11 | B | 56 | 2D |
| Octal | 323 | 64 | 20 | 0 | 113 | 134 | 21 | 13 | 126 | 55 |
| Binary | 11010011 | 110100 | 10000 | 0 | 1001011 | 1011100 | 10001 | 1011 | 1010110 | 101101 |
Color Harmonies of #D33410
Complementary color
Monochromatic Colors of #D33410
Black with #D33410
Text Example
Text Example
White with #D33410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33410; }
p { color: rgb(211,52,16); }
H1.HeaderClassName
{
color: #D33410;
}
.AnyTagClassName
{
color: #D33410;
}
</style>
background-color css
<style>
a { background-color: #D33410; }
a { background-color: rgb(211,52,16); }
div.DivClassName
{
background-color: #D33410;
}
.BgClassName
{
background-color: #D33410;
}
</style>
border-color css
<style>
span { border-color: #D33410; }
span { border-color: rgb(211,52,16); }
td.TdClassName
{
border-color: #D33410;
}
.TagClassName
{
border-color: #D33410;
}
</style>