Html Css Color HEX #D21A08 Harley Davidson Orange
📋 copy color: '#D21A08'red 210 ◦ green 26 ◦ blue 8
Shades of Harley Davidson Orange #D21A08
Tints of Harley Davidson Orange #D21A08
RGB
CMYK
RGB Variations
Color information
#D21A08 (or 0xD21A08) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 08. RGB value is (210,26,8). Sum of RGB (Red+Green+Blue) = 210+26+8=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A08 is #2DE5F7. Grayscale: #4F4F4F. Windows color (decimal): -3007992 or 531154. OLE color: 531154.
HSL color Cylindrical-coordinate representation of color #D21A08: hue angle of 5.35º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D21A08 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 8 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.18 |
| HSL | 5.35º | 0.93% | 0.43% | - |
| HSV(B) | 5.35º | 0.96% | 0.82% | - |
| XYZ | 26.99 | 14.46 | 1.6 | - |
| YUV | 78.96 | 87.96 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 8 | 0 | 0.88 | 0.96 | 0.18 | 5.35 | 0.93 | 0.43 |
| Hex | D2 | 1A | 8 | 0 | 58 | 60 | 12 | 5 | 5D | 2B |
| Octal | 322 | 32 | 10 | 0 | 130 | 140 | 22 | 5 | 135 | 53 |
| Binary | 11010010 | 11010 | 1000 | 0 | 1011000 | 1100000 | 10010 | 101 | 1011101 | 101011 |
Color Harmonies of #D21A08
Complementary color
Monochromatic Colors of #D21A08
Black with #D21A08
Text Example
Text Example
White with #D21A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A08; }
p { color: rgb(210,26,8); }
H1.HeaderClassName
{
color: #D21A08;
}
.AnyTagClassName
{
color: #D21A08;
}
</style>
background-color css
<style>
a { background-color: #D21A08; }
a { background-color: rgb(210,26,8); }
div.DivClassName
{
background-color: #D21A08;
}
.BgClassName
{
background-color: #D21A08;
}
</style>
border-color css
<style>
span { border-color: #D21A08; }
span { border-color: rgb(210,26,8); }
td.TdClassName
{
border-color: #D21A08;
}
.TagClassName
{
border-color: #D21A08;
}
</style>