Html Css Color HEX #D03912 Harley Davidson Orange
📋 copy color: '#D03912'red 208 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #D03912
Tints of Harley Davidson Orange #D03912
RGB
CMYK
RGB Variations
Color information
#D03912 (or 0xD03912) is known color: Harley Davidson Orange. HEX triplet: D0, 39 and 12. RGB value is (208,57,18). Sum of RGB (Red+Green+Blue) = 208+57+18=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D03912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03912 is #2FC6ED. Grayscale: #626262. Windows color (decimal): -3131118 or 1194448. OLE color: 1194448.
HSL color Cylindrical-coordinate representation of color #D03912: hue angle of 12.32º 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 #D03912 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 57 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.18 |
| HSL | 12.32º | 0.84% | 0.44% | - |
| HSV(B) | 12.32º | 0.91% | 0.82% | - |
| XYZ | 27.58 | 16.38 | 2.28 | - |
| YUV | 97.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 57 | 18 | 0 | 0.73 | 0.91 | 0.18 | 12.32 | 0.84 | 0.44 |
| Hex | D0 | 39 | 12 | 0 | 49 | 5B | 12 | C | 54 | 2C |
| Octal | 320 | 71 | 22 | 0 | 111 | 133 | 22 | 14 | 124 | 54 |
| Binary | 11010000 | 111001 | 10010 | 0 | 1001001 | 1011011 | 10010 | 1100 | 1010100 | 101100 |
Color Harmonies of #D03912
Complementary color
Monochromatic Colors of #D03912
Black with #D03912
Text Example
Text Example
White with #D03912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03912; }
p { color: rgb(208,57,18); }
H1.HeaderClassName
{
color: #D03912;
}
.AnyTagClassName
{
color: #D03912;
}
</style>
background-color css
<style>
a { background-color: #D03912; }
a { background-color: rgb(208,57,18); }
div.DivClassName
{
background-color: #D03912;
}
.BgClassName
{
background-color: #D03912;
}
</style>
border-color css
<style>
span { border-color: #D03912; }
span { border-color: rgb(208,57,18); }
td.TdClassName
{
border-color: #D03912;
}
.TagClassName
{
border-color: #D03912;
}
</style>