Html Css Color HEX #D3321A Harley Davidson Orange
📋 copy color: '#D3321A'red 211 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #D3321A
Tints of Harley Davidson Orange #D3321A
RGB
CMYK
RGB Variations
Color information
#D3321A (or 0xD3321A) is known color: Harley Davidson Orange. HEX triplet: D3, 32 and 1A. RGB value is (211,50,26). Sum of RGB (Red+Green+Blue) = 211+50+26=287 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.52% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 211 - color contains mainly: red. Hex color #D3321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3321A is #2CCDE5. Grayscale: #5F5F5F. Windows color (decimal): -2936294 or 1716947. OLE color: 1716947.
HSL color Cylindrical-coordinate representation of color #D3321A: hue angle of 7.78º degrees, saturation: 0.78, 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 #D3321A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 50 | 26 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.17 |
| HSL | 7.78º | 0.78% | 0.46% | - |
| HSV(B) | 7.78º | 0.88% | 0.83% | - |
| XYZ | 28.19 | 16.2 | 2.62 | - |
| YUV | 95.4 | 88.84 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 50 | 26 | 0 | 0.76 | 0.88 | 0.17 | 7.78 | 0.78 | 0.46 |
| Hex | D3 | 32 | 1A | 0 | 4C | 58 | 11 | 8 | 4E | 2E |
| Octal | 323 | 62 | 32 | 0 | 114 | 130 | 21 | 10 | 116 | 56 |
| Binary | 11010011 | 110010 | 11010 | 0 | 1001100 | 1011000 | 10001 | 1000 | 1001110 | 101110 |
Color Harmonies of #D3321A
Complementary color
Monochromatic Colors of #D3321A
Black with #D3321A
Text Example
Text Example
White with #D3321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3321A; }
p { color: rgb(211,50,26); }
H1.HeaderClassName
{
color: #D3321A;
}
.AnyTagClassName
{
color: #D3321A;
}
</style>
background-color css
<style>
a { background-color: #D3321A; }
a { background-color: rgb(211,50,26); }
div.DivClassName
{
background-color: #D3321A;
}
.BgClassName
{
background-color: #D3321A;
}
</style>
border-color css
<style>
span { border-color: #D3321A; }
span { border-color: rgb(211,50,26); }
td.TdClassName
{
border-color: #D3321A;
}
.TagClassName
{
border-color: #D3321A;
}
</style>