Html Css Color HEX #D2321B Harley Davidson Orange
📋 copy color: '#D2321B'red 210 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #D2321B
Tints of Harley Davidson Orange #D2321B
RGB
CMYK
RGB Variations
Color information
#D2321B (or 0xD2321B) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 1B. RGB value is (210,50,27). Sum of RGB (Red+Green+Blue) = 210+50+27=287 (38% of max value = 765). Red value is 210 (82.42% from 255 or 73.17% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 210 - color contains mainly: red. Hex color #D2321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2321B is #2DCDE4. Grayscale: #5F5F5F. Windows color (decimal): -3001829 or 1782482. OLE color: 1782482.
HSL color Cylindrical-coordinate representation of color #D2321B: hue angle of 7.54º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2321B is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 27 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.18 |
| HSL | 7.54º | 0.77% | 0.46% | - |
| HSV(B) | 7.54º | 0.87% | 0.82% | - |
| XYZ | 27.92 | 16.06 | 2.67 | - |
| YUV | 95.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 27 | 0 | 0.76 | 0.87 | 0.18 | 7.54 | 0.77 | 0.46 |
| Hex | D2 | 32 | 1B | 0 | 4C | 57 | 12 | 8 | 4D | 2E |
| Octal | 322 | 62 | 33 | 0 | 114 | 127 | 22 | 10 | 115 | 56 |
| Binary | 11010010 | 110010 | 11011 | 0 | 1001100 | 1010111 | 10010 | 1000 | 1001101 | 101110 |
Color Harmonies of #D2321B
Complementary color
Monochromatic Colors of #D2321B
Black with #D2321B
Text Example
Text Example
White with #D2321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2321B; }
p { color: rgb(210,50,27); }
H1.HeaderClassName
{
color: #D2321B;
}
.AnyTagClassName
{
color: #D2321B;
}
</style>
background-color css
<style>
a { background-color: #D2321B; }
a { background-color: rgb(210,50,27); }
div.DivClassName
{
background-color: #D2321B;
}
.BgClassName
{
background-color: #D2321B;
}
</style>
border-color css
<style>
span { border-color: #D2321B; }
span { border-color: rgb(210,50,27); }
td.TdClassName
{
border-color: #D2321B;
}
.TagClassName
{
border-color: #D2321B;
}
</style>