Html Css Color HEX #D03A12 Harley Davidson Orange
📋 copy color: '#D03A12'red 208 ◦ green 58 ◦ blue 18
Shades of Harley Davidson Orange #D03A12
Tints of Harley Davidson Orange #D03A12
RGB
CMYK
RGB Variations
Color information
#D03A12 (or 0xD03A12) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 12. RGB value is (208,58,18). Sum of RGB (Red+Green+Blue) = 208+58+18=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A12 is #2FC5ED. Grayscale: #626262. Windows color (decimal): -3130862 or 1194704. OLE color: 1194704.
HSL color Cylindrical-coordinate representation of color #D03A12: hue angle of 12.63º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D03A12 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.18 |
| HSL | 12.63º | 0.84% | 0.44% | - |
| HSV(B) | 12.63º | 0.91% | 0.82% | - |
| XYZ | 27.63 | 16.48 | 2.3 | - |
| YUV | 98.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 18 | 0 | 0.72 | 0.91 | 0.18 | 12.63 | 0.84 | 0.44 |
| Hex | D0 | 3A | 12 | 0 | 48 | 5B | 12 | D | 54 | 2C |
| Octal | 320 | 72 | 22 | 0 | 110 | 133 | 22 | 15 | 124 | 54 |
| Binary | 11010000 | 111010 | 10010 | 0 | 1001000 | 1011011 | 10010 | 1101 | 1010100 | 101100 |
Color Harmonies of #D03A12
Complementary color
Monochromatic Colors of #D03A12
Black with #D03A12
Text Example
Text Example
White with #D03A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A12; }
p { color: rgb(208,58,18); }
H1.HeaderClassName
{
color: #D03A12;
}
.AnyTagClassName
{
color: #D03A12;
}
</style>
background-color css
<style>
a { background-color: #D03A12; }
a { background-color: rgb(208,58,18); }
div.DivClassName
{
background-color: #D03A12;
}
.BgClassName
{
background-color: #D03A12;
}
</style>
border-color css
<style>
span { border-color: #D03A12; }
span { border-color: rgb(208,58,18); }
td.TdClassName
{
border-color: #D03A12;
}
.TagClassName
{
border-color: #D03A12;
}
</style>