Html Css Color HEX #D33422 Harley Davidson Orange
📋 copy color: '#D33422'red 211 ◦ green 52 ◦ blue 34
Shades of Harley Davidson Orange #D33422
Tints of Harley Davidson Orange #D33422
RGB
CMYK
RGB Variations
Color information
#D33422 (or 0xD33422) is known color: Harley Davidson Orange. HEX triplet: D3, 34 and 22. RGB value is (211,52,34). Sum of RGB (Red+Green+Blue) = 211+52+34=297 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.04% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 211 - color contains mainly: red. Hex color #D33422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33422 is #2CCBDD. Grayscale: #616161. Windows color (decimal): -2935774 or 2241747. OLE color: 2241747.
HSL color Cylindrical-coordinate representation of color #D33422: hue angle of 6.1º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D33422 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 34 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.17 |
| HSL | 6.1º | 0.72% | 0.48% | - |
| HSV(B) | 6.1º | 0.84% | 0.83% | - |
| XYZ | 28.38 | 16.42 | 3.19 | - |
| YUV | 97.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 34 | 0 | 0.75 | 0.84 | 0.17 | 6.1 | 0.72 | 0.48 |
| Hex | D3 | 34 | 22 | 0 | 4B | 54 | 11 | 6 | 48 | 30 |
| Octal | 323 | 64 | 42 | 0 | 113 | 124 | 21 | 6 | 110 | 60 |
| Binary | 11010011 | 110100 | 100010 | 0 | 1001011 | 1010100 | 10001 | 110 | 1001000 | 110000 |
Color Harmonies of #D33422
Complementary color
Monochromatic Colors of #D33422
Black with #D33422
Text Example
Text Example
White with #D33422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33422; }
p { color: rgb(211,52,34); }
H1.HeaderClassName
{
color: #D33422;
}
.AnyTagClassName
{
color: #D33422;
}
</style>
background-color css
<style>
a { background-color: #D33422; }
a { background-color: rgb(211,52,34); }
div.DivClassName
{
background-color: #D33422;
}
.BgClassName
{
background-color: #D33422;
}
</style>
border-color css
<style>
span { border-color: #D33422; }
span { border-color: rgb(211,52,34); }
td.TdClassName
{
border-color: #D33422;
}
.TagClassName
{
border-color: #D33422;
}
</style>