Html Css Color HEX #D2320D Harley Davidson Orange
📋 copy color: '#D2320D'red 210 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #D2320D
Tints of Harley Davidson Orange #D2320D
RGB
CMYK
RGB Variations
Color information
#D2320D (or 0xD2320D) is known color: Harley Davidson Orange. HEX triplet: D2, 32 and 0D. RGB value is (210,50,13). Sum of RGB (Red+Green+Blue) = 210+50+13=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2320D is #2DCDF2. Grayscale: #5D5D5D. Windows color (decimal): -3001843 or 864978. OLE color: 864978.
HSL color Cylindrical-coordinate representation of color #D2320D: hue angle of 11.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2320D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.18 |
| HSL | 11.27º | 0.88% | 0.44% | - |
| HSV(B) | 11.27º | 0.94% | 0.82% | - |
| XYZ | 27.79 | 16.01 | 2.01 | - |
| YUV | 93.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 13 | 0 | 0.76 | 0.94 | 0.18 | 11.27 | 0.88 | 0.44 |
| Hex | D2 | 32 | D | 0 | 4C | 5E | 12 | B | 58 | 2C |
| Octal | 322 | 62 | 15 | 0 | 114 | 136 | 22 | 13 | 130 | 54 |
| Binary | 11010010 | 110010 | 1101 | 0 | 1001100 | 1011110 | 10010 | 1011 | 1011000 | 101100 |
Color Harmonies of #D2320D
Complementary color
Monochromatic Colors of #D2320D
Black with #D2320D
Text Example
Text Example
White with #D2320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2320D; }
p { color: rgb(210,50,13); }
H1.HeaderClassName
{
color: #D2320D;
}
.AnyTagClassName
{
color: #D2320D;
}
</style>
background-color css
<style>
a { background-color: #D2320D; }
a { background-color: rgb(210,50,13); }
div.DivClassName
{
background-color: #D2320D;
}
.BgClassName
{
background-color: #D2320D;
}
</style>
border-color css
<style>
span { border-color: #D2320D; }
span { border-color: rgb(210,50,13); }
td.TdClassName
{
border-color: #D2320D;
}
.TagClassName
{
border-color: #D2320D;
}
</style>