Html Css Color HEX #D6210B Harley Davidson Orange
📋 copy color: '#D6210B'red 214 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #D6210B
Tints of Harley Davidson Orange #D6210B
RGB
CMYK
RGB Variations
Color information
#D6210B (or 0xD6210B) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 0B. RGB value is (214,33,11). Sum of RGB (Red+Green+Blue) = 214+33+11=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D6210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6210B is #29DEF4. Grayscale: #545454. Windows color (decimal): -2744053 or 729558. OLE color: 729558.
HSL color Cylindrical-coordinate representation of color #D6210B: hue angle of 6.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6210B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.16 |
| HSL | 6.5º | 0.9% | 0.44% | - |
| HSV(B) | 6.5º | 0.95% | 0.84% | - |
| XYZ | 28.34 | 15.41 | 1.8 | - |
| YUV | 84.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 11 | 0 | 0.85 | 0.95 | 0.16 | 6.5 | 0.9 | 0.44 |
| Hex | D6 | 21 | B | 0 | 55 | 5F | 10 | 7 | 5A | 2C |
| Octal | 326 | 41 | 13 | 0 | 125 | 137 | 20 | 7 | 132 | 54 |
| Binary | 11010110 | 100001 | 1011 | 0 | 1010101 | 1011111 | 10000 | 111 | 1011010 | 101100 |
Color Harmonies of #D6210B
Complementary color
Monochromatic Colors of #D6210B
Black with #D6210B
Text Example
Text Example
White with #D6210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6210B; }
p { color: rgb(214,33,11); }
H1.HeaderClassName
{
color: #D6210B;
}
.AnyTagClassName
{
color: #D6210B;
}
</style>
background-color css
<style>
a { background-color: #D6210B; }
a { background-color: rgb(214,33,11); }
div.DivClassName
{
background-color: #D6210B;
}
.BgClassName
{
background-color: #D6210B;
}
</style>
border-color css
<style>
span { border-color: #D6210B; }
span { border-color: rgb(214,33,11); }
td.TdClassName
{
border-color: #D6210B;
}
.TagClassName
{
border-color: #D6210B;
}
</style>