Html Css Color HEX #D2381D Harley Davidson Orange
📋 copy color: '#D2381D'red 210 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #D2381D
Tints of Harley Davidson Orange #D2381D
RGB
CMYK
RGB Variations
Color information
#D2381D (or 0xD2381D) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 1D. RGB value is (210,56,29). Sum of RGB (Red+Green+Blue) = 210+56+29=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2381D is #2DC7E2. Grayscale: #636363. Windows color (decimal): -3000291 or 1915090. OLE color: 1915090.
HSL color Cylindrical-coordinate representation of color #D2381D: hue angle of 8.95º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2381D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 29 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.18 |
| HSL | 8.95º | 0.76% | 0.47% | - |
| HSV(B) | 8.95º | 0.86% | 0.82% | - |
| XYZ | 28.21 | 16.62 | 2.88 | - |
| YUV | 98.97 | 88.52 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 29 | 0 | 0.73 | 0.86 | 0.18 | 8.95 | 0.76 | 0.47 |
| Hex | D2 | 38 | 1D | 0 | 49 | 56 | 12 | 9 | 4C | 2F |
| Octal | 322 | 70 | 35 | 0 | 111 | 126 | 22 | 11 | 114 | 57 |
| Binary | 11010010 | 111000 | 11101 | 0 | 1001001 | 1010110 | 10010 | 1001 | 1001100 | 101111 |
Color Harmonies of #D2381D
Complementary color
Monochromatic Colors of #D2381D
Black with #D2381D
Text Example
Text Example
White with #D2381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2381D; }
p { color: rgb(210,56,29); }
H1.HeaderClassName
{
color: #D2381D;
}
.AnyTagClassName
{
color: #D2381D;
}
</style>
background-color css
<style>
a { background-color: #D2381D; }
a { background-color: rgb(210,56,29); }
div.DivClassName
{
background-color: #D2381D;
}
.BgClassName
{
background-color: #D2381D;
}
</style>
border-color css
<style>
span { border-color: #D2381D; }
span { border-color: rgb(210,56,29); }
td.TdClassName
{
border-color: #D2381D;
}
.TagClassName
{
border-color: #D2381D;
}
</style>