Html Css Color HEX #D2421A Harley Davidson Orange
📋 copy color: '#D2421A'red 210 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #D2421A
Tints of Harley Davidson Orange #D2421A
RGB
CMYK
RGB Variations
Color information
#D2421A (or 0xD2421A) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 1A. RGB value is (210,66,26). Sum of RGB (Red+Green+Blue) = 210+66+26=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D2421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2421A is #2DBDE5. Grayscale: #686868. Windows color (decimal): -2997734 or 1721042. OLE color: 1721042.
HSL color Cylindrical-coordinate representation of color #D2421A: hue angle of 13.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D2421A is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 26 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.18 |
| HSL | 13.04º | 0.78% | 0.46% | - |
| HSV(B) | 13.04º | 0.88% | 0.82% | - |
| XYZ | 28.71 | 17.67 | 2.88 | - |
| YUV | 104.5 | 83.71 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 26 | 0 | 0.69 | 0.88 | 0.18 | 13.04 | 0.78 | 0.46 |
| Hex | D2 | 42 | 1A | 0 | 45 | 58 | 12 | D | 4E | 2E |
| Octal | 322 | 102 | 32 | 0 | 105 | 130 | 22 | 15 | 116 | 56 |
| Binary | 11010010 | 1000010 | 11010 | 0 | 1000101 | 1011000 | 10010 | 1101 | 1001110 | 101110 |
Color Harmonies of #D2421A
Complementary color
Monochromatic Colors of #D2421A
Black with #D2421A
Text Example
Text Example
White with #D2421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2421A; }
p { color: rgb(210,66,26); }
H1.HeaderClassName
{
color: #D2421A;
}
.AnyTagClassName
{
color: #D2421A;
}
</style>
background-color css
<style>
a { background-color: #D2421A; }
a { background-color: rgb(210,66,26); }
div.DivClassName
{
background-color: #D2421A;
}
.BgClassName
{
background-color: #D2421A;
}
</style>
border-color css
<style>
span { border-color: #D2421A; }
span { border-color: rgb(210,66,26); }
td.TdClassName
{
border-color: #D2421A;
}
.TagClassName
{
border-color: #D2421A;
}
</style>