Html Css Color HEX #D6200B Harley Davidson Orange
📋 copy color: '#D6200B'red 214 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #D6200B
Tints of Harley Davidson Orange #D6200B
RGB
CMYK
RGB Variations
Color information
#D6200B (or 0xD6200B) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 0B. RGB value is (214,32,11). Sum of RGB (Red+Green+Blue) = 214+32+11=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D6200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6200B is #29DFF4. Grayscale: #545454. Windows color (decimal): -2744309 or 729302. OLE color: 729302.
HSL color Cylindrical-coordinate representation of color #D6200B: hue angle of 6.21º 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 #D6200B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.16 |
| HSL | 6.21º | 0.9% | 0.44% | - |
| HSV(B) | 6.21º | 0.95% | 0.84% | - |
| XYZ | 28.31 | 15.35 | 1.79 | - |
| YUV | 84.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 11 | 0 | 0.85 | 0.95 | 0.16 | 6.21 | 0.9 | 0.44 |
| Hex | D6 | 20 | B | 0 | 55 | 5F | 10 | 6 | 5A | 2C |
| Octal | 326 | 40 | 13 | 0 | 125 | 137 | 20 | 6 | 132 | 54 |
| Binary | 11010110 | 100000 | 1011 | 0 | 1010101 | 1011111 | 10000 | 110 | 1011010 | 101100 |
Color Harmonies of #D6200B
Complementary color
Monochromatic Colors of #D6200B
Black with #D6200B
Text Example
Text Example
White with #D6200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6200B; }
p { color: rgb(214,32,11); }
H1.HeaderClassName
{
color: #D6200B;
}
.AnyTagClassName
{
color: #D6200B;
}
</style>
background-color css
<style>
a { background-color: #D6200B; }
a { background-color: rgb(214,32,11); }
div.DivClassName
{
background-color: #D6200B;
}
.BgClassName
{
background-color: #D6200B;
}
</style>
border-color css
<style>
span { border-color: #D6200B; }
span { border-color: rgb(214,32,11); }
td.TdClassName
{
border-color: #D6200B;
}
.TagClassName
{
border-color: #D6200B;
}
</style>