Html Css Color HEX #D2321A Harley Davidson Orange
📋 copy color: '#D2321A'red 210 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #D2321A
Tints of Harley Davidson Orange #D2321A
RGB
CMYK
RGB Variations
Color information
#D2321A (or 0xD2321A) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 1A. RGB value is (210,50,26). Sum of RGB (Red+Green+Blue) = 210+50+26=286 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.43% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 210 - color contains mainly: red. Hex color #D2321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2321A is #2DCDE5. Grayscale: #5F5F5F. Windows color (decimal): -3001830 or 1716946. OLE color: 1716946.
HSL color Cylindrical-coordinate representation of color #D2321A: hue angle of 7.83º 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 #D2321A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 26 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.18 |
| HSL | 7.83º | 0.78% | 0.46% | - |
| HSV(B) | 7.83º | 0.88% | 0.82% | - |
| XYZ | 27.91 | 16.06 | 2.61 | - |
| YUV | 95.1 | 89.01 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 26 | 0 | 0.76 | 0.88 | 0.18 | 7.83 | 0.78 | 0.46 |
| Hex | D2 | 32 | 1A | 0 | 4C | 58 | 12 | 8 | 4E | 2E |
| Octal | 322 | 62 | 32 | 0 | 114 | 130 | 22 | 10 | 116 | 56 |
| Binary | 11010010 | 110010 | 11010 | 0 | 1001100 | 1011000 | 10010 | 1000 | 1001110 | 101110 |
Color Harmonies of #D2321A
Complementary color
Monochromatic Colors of #D2321A
Black with #D2321A
Text Example
Text Example
White with #D2321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2321A; }
p { color: rgb(210,50,26); }
H1.HeaderClassName
{
color: #D2321A;
}
.AnyTagClassName
{
color: #D2321A;
}
</style>
background-color css
<style>
a { background-color: #D2321A; }
a { background-color: rgb(210,50,26); }
div.DivClassName
{
background-color: #D2321A;
}
.BgClassName
{
background-color: #D2321A;
}
</style>
border-color css
<style>
span { border-color: #D2321A; }
span { border-color: rgb(210,50,26); }
td.TdClassName
{
border-color: #D2321A;
}
.TagClassName
{
border-color: #D2321A;
}
</style>