Html Css Color HEX #D3210B Harley Davidson Orange
📋 copy color: '#D3210B'red 211 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #D3210B
Tints of Harley Davidson Orange #D3210B
RGB
CMYK
RGB Variations
Color information
#D3210B (or 0xD3210B) is known color: Harley Davidson Orange. HEX triplet: D3, 21 and 0B. RGB value is (211,33,11). Sum of RGB (Red+Green+Blue) = 211+33+11=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D3210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3210B is #2CDEF4. Grayscale: #535353. Windows color (decimal): -2940661 or 729555. OLE color: 729555.
HSL color Cylindrical-coordinate representation of color #D3210B: hue angle of 6.6º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D3210B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.17 |
| HSL | 6.6º | 0.9% | 0.44% | - |
| HSV(B) | 6.6º | 0.95% | 0.83% | - |
| XYZ | 27.47 | 14.96 | 1.76 | - |
| YUV | 83.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 11 | 0 | 0.84 | 0.95 | 0.17 | 6.6 | 0.9 | 0.44 |
| Hex | D3 | 21 | B | 0 | 54 | 5F | 11 | 7 | 5A | 2C |
| Octal | 323 | 41 | 13 | 0 | 124 | 137 | 21 | 7 | 132 | 54 |
| Binary | 11010011 | 100001 | 1011 | 0 | 1010100 | 1011111 | 10001 | 111 | 1011010 | 101100 |
Color Harmonies of #D3210B
Complementary color
Monochromatic Colors of #D3210B
Black with #D3210B
Text Example
Text Example
White with #D3210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3210B; }
p { color: rgb(211,33,11); }
H1.HeaderClassName
{
color: #D3210B;
}
.AnyTagClassName
{
color: #D3210B;
}
</style>
background-color css
<style>
a { background-color: #D3210B; }
a { background-color: rgb(211,33,11); }
div.DivClassName
{
background-color: #D3210B;
}
.BgClassName
{
background-color: #D3210B;
}
</style>
border-color css
<style>
span { border-color: #D3210B; }
span { border-color: rgb(211,33,11); }
td.TdClassName
{
border-color: #D3210B;
}
.TagClassName
{
border-color: #D3210B;
}
</style>