Html Css Color HEX #D31A03 Harley Davidson Orange
📋 copy color: '#D31A03'red 211 ◦ green 26 ◦ blue 3
Shades of Harley Davidson Orange #D31A03
Tints of Harley Davidson Orange #D31A03
RGB
CMYK
RGB Variations
Color information
#D31A03 (or 0xD31A03) is known color: Harley Davidson Orange. HEX triplet: D3, 1A and 03. RGB value is (211,26,3). Sum of RGB (Red+Green+Blue) = 211+26+3=240 (31% of max value = 765). Red value is 211 (82.81% from 255 or 87.92% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31A03 is #2CE5FC. Grayscale: #4E4E4E. Windows color (decimal): -2942461 or 203475. OLE color: 203475.
HSL color Cylindrical-coordinate representation of color #D31A03: hue angle of 6.63º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D31A03 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 3 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.17 |
| HSL | 6.63º | 0.97% | 0.42% | - |
| HSV(B) | 6.63º | 0.99% | 0.83% | - |
| XYZ | 27.25 | 14.59 | 1.47 | - |
| YUV | 78.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 3 | 0 | 0.88 | 0.99 | 0.17 | 6.63 | 0.97 | 0.42 |
| Hex | D3 | 1A | 3 | 0 | 58 | 63 | 11 | 7 | 61 | 2A |
| Octal | 323 | 32 | 3 | 0 | 130 | 143 | 21 | 7 | 141 | 52 |
| Binary | 11010011 | 11010 | 11 | 0 | 1011000 | 1100011 | 10001 | 111 | 1100001 | 101010 |
Color Harmonies of #D31A03
Complementary color
Monochromatic Colors of #D31A03
Black with #D31A03
Text Example
Text Example
White with #D31A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A03; }
p { color: rgb(211,26,3); }
H1.HeaderClassName
{
color: #D31A03;
}
.AnyTagClassName
{
color: #D31A03;
}
</style>
background-color css
<style>
a { background-color: #D31A03; }
a { background-color: rgb(211,26,3); }
div.DivClassName
{
background-color: #D31A03;
}
.BgClassName
{
background-color: #D31A03;
}
</style>
border-color css
<style>
span { border-color: #D31A03; }
span { border-color: rgb(211,26,3); }
td.TdClassName
{
border-color: #D31A03;
}
.TagClassName
{
border-color: #D31A03;
}
</style>