Html Css Color HEX #D31A0A Harley Davidson Orange
📋 copy color: '#D31A0A'red 211 ◦ green 26 ◦ blue 10
Shades of Harley Davidson Orange #D31A0A
Tints of Harley Davidson Orange #D31A0A
RGB
CMYK
RGB Variations
Color information
#D31A0A (or 0xD31A0A) is known color: Harley Davidson Orange. HEX triplet: D3, 1A and 0A. RGB value is (211,26,10). Sum of RGB (Red+Green+Blue) = 211+26+10=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31A0A is #2CE5F5. Grayscale: #4F4F4F. Windows color (decimal): -2942454 or 662227. OLE color: 662227.
HSL color Cylindrical-coordinate representation of color #D31A0A: hue angle of 4.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D31A0A is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 10 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.17 |
| HSL | 4.78º | 0.91% | 0.43% | - |
| HSV(B) | 4.78º | 0.95% | 0.83% | - |
| XYZ | 27.29 | 14.61 | 1.67 | - |
| YUV | 79.49 | 88.79 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 10 | 0 | 0.88 | 0.95 | 0.17 | 4.78 | 0.91 | 0.43 |
| Hex | D3 | 1A | A | 0 | 58 | 5F | 11 | 5 | 5B | 2B |
| Octal | 323 | 32 | 12 | 0 | 130 | 137 | 21 | 5 | 133 | 53 |
| Binary | 11010011 | 11010 | 1010 | 0 | 1011000 | 1011111 | 10001 | 101 | 1011011 | 101011 |
Color Harmonies of #D31A0A
Complementary color
Monochromatic Colors of #D31A0A
Black with #D31A0A
Text Example
Text Example
White with #D31A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A0A; }
p { color: rgb(211,26,10); }
H1.HeaderClassName
{
color: #D31A0A;
}
.AnyTagClassName
{
color: #D31A0A;
}
</style>
background-color css
<style>
a { background-color: #D31A0A; }
a { background-color: rgb(211,26,10); }
div.DivClassName
{
background-color: #D31A0A;
}
.BgClassName
{
background-color: #D31A0A;
}
</style>
border-color css
<style>
span { border-color: #D31A0A; }
span { border-color: rgb(211,26,10); }
td.TdClassName
{
border-color: #D31A0A;
}
.TagClassName
{
border-color: #D31A0A;
}
</style>