Html Css Color HEX #D2381A Harley Davidson Orange
📋 copy color: '#D2381A'red 210 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #D2381A
Tints of Harley Davidson Orange #D2381A
RGB
CMYK
RGB Variations
Color information
#D2381A (or 0xD2381A) is known color: Harley Davidson Orange. HEX triplet: D2, 38 and 1A. RGB value is (210,56,26). Sum of RGB (Red+Green+Blue) = 210+56+26=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2381A is #2DC7E5. Grayscale: #626262. Windows color (decimal): -3000294 or 1718482. OLE color: 1718482.
HSL color Cylindrical-coordinate representation of color #D2381A: hue angle of 9.78º 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 #D2381A is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 56 | 26 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.18 |
| HSL | 9.78º | 0.78% | 0.46% | - |
| HSV(B) | 9.78º | 0.88% | 0.82% | - |
| XYZ | 28.18 | 16.6 | 2.7 | - |
| YUV | 98.63 | 87.02 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 56 | 26 | 0 | 0.73 | 0.88 | 0.18 | 9.78 | 0.78 | 0.46 |
| Hex | D2 | 38 | 1A | 0 | 49 | 58 | 12 | A | 4E | 2E |
| Octal | 322 | 70 | 32 | 0 | 111 | 130 | 22 | 12 | 116 | 56 |
| Binary | 11010010 | 111000 | 11010 | 0 | 1001001 | 1011000 | 10010 | 1010 | 1001110 | 101110 |
Color Harmonies of #D2381A
Complementary color
Monochromatic Colors of #D2381A
Black with #D2381A
Text Example
Text Example
White with #D2381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2381A; }
p { color: rgb(210,56,26); }
H1.HeaderClassName
{
color: #D2381A;
}
.AnyTagClassName
{
color: #D2381A;
}
</style>
background-color css
<style>
a { background-color: #D2381A; }
a { background-color: rgb(210,56,26); }
div.DivClassName
{
background-color: #D2381A;
}
.BgClassName
{
background-color: #D2381A;
}
</style>
border-color css
<style>
span { border-color: #D2381A; }
span { border-color: rgb(210,56,26); }
td.TdClassName
{
border-color: #D2381A;
}
.TagClassName
{
border-color: #D2381A;
}
</style>