Html Css Color HEX #D33219 Harley Davidson Orange
📋 copy color: '#D33219'red 211 ◦ green 50 ◦ blue 25
Shades of Harley Davidson Orange #D33219
Tints of Harley Davidson Orange #D33219
RGB
CMYK
RGB Variations
Color information
#D33219 (or 0xD33219) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 19. RGB value is (211,50,25). Sum of RGB (Red+Green+Blue) = 211+50+25=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D33219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33219 is #2CCDE6. Grayscale: #5F5F5F. Windows color (decimal): -2936295 or 1651411. OLE color: 1651411.
HSL color Cylindrical-coordinate representation of color #D33219: hue angle of 8.06º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D33219 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.17 |
| HSL | 8.06º | 0.79% | 0.46% | - |
| HSV(B) | 8.06º | 0.88% | 0.83% | - |
| XYZ | 28.18 | 16.2 | 2.56 | - |
| YUV | 95.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 25 | 0 | 0.76 | 0.88 | 0.17 | 8.06 | 0.79 | 0.46 |
| Hex | D3 | 32 | 19 | 0 | 4C | 58 | 11 | 8 | 4F | 2E |
| Octal | 323 | 62 | 31 | 0 | 114 | 130 | 21 | 10 | 117 | 56 |
| Binary | 11010011 | 110010 | 11001 | 0 | 1001100 | 1011000 | 10001 | 1000 | 1001111 | 101110 |
Color Harmonies of #D33219
Complementary color
Monochromatic Colors of #D33219
Black with #D33219
Text Example
Text Example
White with #D33219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33219; }
p { color: rgb(211,50,25); }
H1.HeaderClassName
{
color: #D33219;
}
.AnyTagClassName
{
color: #D33219;
}
</style>
background-color css
<style>
a { background-color: #D33219; }
a { background-color: rgb(211,50,25); }
div.DivClassName
{
background-color: #D33219;
}
.BgClassName
{
background-color: #D33219;
}
</style>
border-color css
<style>
span { border-color: #D33219; }
span { border-color: rgb(211,50,25); }
td.TdClassName
{
border-color: #D33219;
}
.TagClassName
{
border-color: #D33219;
}
</style>