Html Css Color HEX #D21B0B Harley Davidson Orange
📋 copy color: '#D21B0B'red 210 ◦ green 27 ◦ blue 11
Shades of Harley Davidson Orange #D21B0B
Tints of Harley Davidson Orange #D21B0B
RGB
CMYK
RGB Variations
Color information
#D21B0B (or 0xD21B0B) is known color: Harley Davidson Orange. HEX triplet: D2, 1B and 0B. RGB value is (210,27,11). Sum of RGB (Red+Green+Blue) = 210+27+11=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21B0B is #2DE4F4. Grayscale: #505050. Windows color (decimal): -3007733 or 728018. OLE color: 728018.
HSL color Cylindrical-coordinate representation of color #D21B0B: hue angle of 4.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D21B0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 11 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.18 |
| HSL | 4.82º | 0.9% | 0.43% | - |
| HSV(B) | 4.82º | 0.95% | 0.82% | - |
| XYZ | 27.03 | 14.51 | 1.69 | - |
| YUV | 79.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 11 | 0 | 0.87 | 0.95 | 0.18 | 4.82 | 0.9 | 0.43 |
| Hex | D2 | 1B | B | 0 | 57 | 5F | 12 | 5 | 5A | 2B |
| Octal | 322 | 33 | 13 | 0 | 127 | 137 | 22 | 5 | 132 | 53 |
| Binary | 11010010 | 11011 | 1011 | 0 | 1010111 | 1011111 | 10010 | 101 | 1011010 | 101011 |
Color Harmonies of #D21B0B
Complementary color
Monochromatic Colors of #D21B0B
Black with #D21B0B
Text Example
Text Example
White with #D21B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21B0B; }
p { color: rgb(210,27,11); }
H1.HeaderClassName
{
color: #D21B0B;
}
.AnyTagClassName
{
color: #D21B0B;
}
</style>
background-color css
<style>
a { background-color: #D21B0B; }
a { background-color: rgb(210,27,11); }
div.DivClassName
{
background-color: #D21B0B;
}
.BgClassName
{
background-color: #D21B0B;
}
</style>
border-color css
<style>
span { border-color: #D21B0B; }
span { border-color: rgb(210,27,11); }
td.TdClassName
{
border-color: #D21B0B;
}
.TagClassName
{
border-color: #D21B0B;
}
</style>