Html Css Color HEX #D21A07 Harley Davidson Orange
📋 copy color: '#D21A07'red 210 ◦ green 26 ◦ blue 7
Shades of Harley Davidson Orange #D21A07
Tints of Harley Davidson Orange #D21A07
RGB
CMYK
RGB Variations
Color information
#D21A07 (or 0xD21A07) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 07. RGB value is (210,26,7). Sum of RGB (Red+Green+Blue) = 210+26+7=243 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.42% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A07 is #2DE5F8. Grayscale: #4F4F4F. Windows color (decimal): -3007993 or 465618. OLE color: 465618.
HSL color Cylindrical-coordinate representation of color #D21A07: hue angle of 5.62º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D21A07 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 7 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.18 |
| HSL | 5.62º | 0.94% | 0.43% | - |
| HSV(B) | 5.62º | 0.97% | 0.82% | - |
| XYZ | 26.99 | 14.46 | 1.57 | - |
| YUV | 78.85 | 87.46 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 7 | 0 | 0.88 | 0.97 | 0.18 | 5.62 | 0.94 | 0.43 |
| Hex | D2 | 1A | 7 | 0 | 58 | 61 | 12 | 6 | 5E | 2B |
| Octal | 322 | 32 | 7 | 0 | 130 | 141 | 22 | 6 | 136 | 53 |
| Binary | 11010010 | 11010 | 111 | 0 | 1011000 | 1100001 | 10010 | 110 | 1011110 | 101011 |
Color Harmonies of #D21A07
Complementary color
Monochromatic Colors of #D21A07
Black with #D21A07
Text Example
Text Example
White with #D21A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A07; }
p { color: rgb(210,26,7); }
H1.HeaderClassName
{
color: #D21A07;
}
.AnyTagClassName
{
color: #D21A07;
}
</style>
background-color css
<style>
a { background-color: #D21A07; }
a { background-color: rgb(210,26,7); }
div.DivClassName
{
background-color: #D21A07;
}
.BgClassName
{
background-color: #D21A07;
}
</style>
border-color css
<style>
span { border-color: #D21A07; }
span { border-color: rgb(210,26,7); }
td.TdClassName
{
border-color: #D21A07;
}
.TagClassName
{
border-color: #D21A07;
}
</style>