Html Css Color HEX #D0300D Harley Davidson Orange
📋 copy color: '#D0300D'red 208 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #D0300D
Tints of Harley Davidson Orange #D0300D
RGB
CMYK
RGB Variations
Color information
#D0300D (or 0xD0300D) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 0D. RGB value is (208,48,13). Sum of RGB (Red+Green+Blue) = 208+48+13=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D0300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0300D is #2FCFF2. Grayscale: #5C5C5C. Windows color (decimal): -3133427 or 864464. OLE color: 864464.
HSL color Cylindrical-coordinate representation of color #D0300D: hue angle of 10.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0300D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.18 |
| HSL | 10.77º | 0.88% | 0.43% | - |
| HSV(B) | 10.77º | 0.94% | 0.82% | - |
| XYZ | 27.14 | 15.55 | 1.95 | - |
| YUV | 91.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 13 | 0 | 0.77 | 0.94 | 0.18 | 10.77 | 0.88 | 0.43 |
| Hex | D0 | 30 | D | 0 | 4D | 5E | 12 | B | 58 | 2B |
| Octal | 320 | 60 | 15 | 0 | 115 | 136 | 22 | 13 | 130 | 53 |
| Binary | 11010000 | 110000 | 1101 | 0 | 1001101 | 1011110 | 10010 | 1011 | 1011000 | 101011 |
Color Harmonies of #D0300D
Complementary color
Monochromatic Colors of #D0300D
Black with #D0300D
Text Example
Text Example
White with #D0300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0300D; }
p { color: rgb(208,48,13); }
H1.HeaderClassName
{
color: #D0300D;
}
.AnyTagClassName
{
color: #D0300D;
}
</style>
background-color css
<style>
a { background-color: #D0300D; }
a { background-color: rgb(208,48,13); }
div.DivClassName
{
background-color: #D0300D;
}
.BgClassName
{
background-color: #D0300D;
}
</style>
border-color css
<style>
span { border-color: #D0300D; }
span { border-color: rgb(208,48,13); }
td.TdClassName
{
border-color: #D0300D;
}
.TagClassName
{
border-color: #D0300D;
}
</style>