Html Css Color HEX #D21A04 Harley Davidson Orange
📋 copy color: '#D21A04'red 210 ◦ green 26 ◦ blue 4
Shades of Harley Davidson Orange #D21A04
Tints of Harley Davidson Orange #D21A04
RGB
CMYK
RGB Variations
Color information
#D21A04 (or 0xD21A04) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 04. RGB value is (210,26,4). Sum of RGB (Red+Green+Blue) = 210+26+4=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A04 is #2DE5FB. Grayscale: #4E4E4E. Windows color (decimal): -3007996 or 269010. OLE color: 269010.
HSL color Cylindrical-coordinate representation of color #D21A04: hue angle of 6.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D21A04 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.18 |
| HSL | 6.41º | 0.96% | 0.42% | - |
| HSV(B) | 6.41º | 0.98% | 0.82% | - |
| XYZ | 26.97 | 14.45 | 1.48 | - |
| YUV | 78.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 4 | 0 | 0.88 | 0.98 | 0.18 | 6.41 | 0.96 | 0.42 |
| Hex | D2 | 1A | 4 | 0 | 58 | 62 | 12 | 6 | 60 | 2A |
| Octal | 322 | 32 | 4 | 0 | 130 | 142 | 22 | 6 | 140 | 52 |
| Binary | 11010010 | 11010 | 100 | 0 | 1011000 | 1100010 | 10010 | 110 | 1100000 | 101010 |
Color Harmonies of #D21A04
Complementary color
Monochromatic Colors of #D21A04
Black with #D21A04
Text Example
Text Example
White with #D21A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A04; }
p { color: rgb(210,26,4); }
H1.HeaderClassName
{
color: #D21A04;
}
.AnyTagClassName
{
color: #D21A04;
}
</style>
background-color css
<style>
a { background-color: #D21A04; }
a { background-color: rgb(210,26,4); }
div.DivClassName
{
background-color: #D21A04;
}
.BgClassName
{
background-color: #D21A04;
}
</style>
border-color css
<style>
span { border-color: #D21A04; }
span { border-color: rgb(210,26,4); }
td.TdClassName
{
border-color: #D21A04;
}
.TagClassName
{
border-color: #D21A04;
}
</style>