Html Css Color HEX #D2481A Harley Davidson Orange
📋 copy color: '#D2481A'red 210 ◦ green 72 ◦ blue 26
Shades of Harley Davidson Orange #D2481A
Tints of Harley Davidson Orange #D2481A
RGB
CMYK
RGB Variations
Color information
#D2481A (or 0xD2481A) is known color: Harley Davidson Orange. HEX triplet: D2, 48 and 1A. RGB value is (210,72,26). Sum of RGB (Red+Green+Blue) = 210+72+26=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2481A is #2DB7E5. Grayscale: #6C6C6C. Windows color (decimal): -2996198 or 1722578. OLE color: 1722578.
HSL color Cylindrical-coordinate representation of color #D2481A: hue angle of 15º 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 #D2481A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 26 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.18 |
| HSL | 15º | 0.78% | 0.46% | - |
| HSV(B) | 15º | 0.88% | 0.82% | - |
| XYZ | 29.08 | 18.41 | 3 | - |
| YUV | 108.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 26 | 0 | 0.66 | 0.88 | 0.18 | 15 | 0.78 | 0.46 |
| Hex | D2 | 48 | 1A | 0 | 42 | 58 | 12 | F | 4E | 2E |
| Octal | 322 | 110 | 32 | 0 | 102 | 130 | 22 | 17 | 116 | 56 |
| Binary | 11010010 | 1001000 | 11010 | 0 | 1000010 | 1011000 | 10010 | 1111 | 1001110 | 101110 |
Color Harmonies of #D2481A
Complementary color
Monochromatic Colors of #D2481A
Black with #D2481A
Text Example
Text Example
White with #D2481A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2481A; }
p { color: rgb(210,72,26); }
H1.HeaderClassName
{
color: #D2481A;
}
.AnyTagClassName
{
color: #D2481A;
}
</style>
background-color css
<style>
a { background-color: #D2481A; }
a { background-color: rgb(210,72,26); }
div.DivClassName
{
background-color: #D2481A;
}
.BgClassName
{
background-color: #D2481A;
}
</style>
border-color css
<style>
span { border-color: #D2481A; }
span { border-color: rgb(210,72,26); }
td.TdClassName
{
border-color: #D2481A;
}
.TagClassName
{
border-color: #D2481A;
}
</style>