Html Css Color HEX #D0381D Harley Davidson Orange
📋 copy color: '#D0381D'red 208 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #D0381D
Tints of Harley Davidson Orange #D0381D
RGB
CMYK
RGB Variations
Color information
#D0381D (or 0xD0381D) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 1D. RGB value is (208,56,29). Sum of RGB (Red+Green+Blue) = 208+56+29=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0381D is #2FC7E2. Grayscale: #626262. Windows color (decimal): -3131363 or 1915088. OLE color: 1915088.
HSL color Cylindrical-coordinate representation of color #D0381D: hue angle of 9.05º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0381D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 29 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.18 |
| HSL | 9.05º | 0.76% | 0.46% | - |
| HSV(B) | 9.05º | 0.86% | 0.82% | - |
| XYZ | 27.65 | 16.33 | 2.86 | - |
| YUV | 98.37 | 88.86 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 29 | 0 | 0.73 | 0.86 | 0.18 | 9.05 | 0.76 | 0.46 |
| Hex | D0 | 38 | 1D | 0 | 49 | 56 | 12 | 9 | 4C | 2E |
| Octal | 320 | 70 | 35 | 0 | 111 | 126 | 22 | 11 | 114 | 56 |
| Binary | 11010000 | 111000 | 11101 | 0 | 1001001 | 1010110 | 10010 | 1001 | 1001100 | 101110 |
Color Harmonies of #D0381D
Complementary color
Monochromatic Colors of #D0381D
Black with #D0381D
Text Example
Text Example
White with #D0381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0381D; }
p { color: rgb(208,56,29); }
H1.HeaderClassName
{
color: #D0381D;
}
.AnyTagClassName
{
color: #D0381D;
}
</style>
background-color css
<style>
a { background-color: #D0381D; }
a { background-color: rgb(208,56,29); }
div.DivClassName
{
background-color: #D0381D;
}
.BgClassName
{
background-color: #D0381D;
}
</style>
border-color css
<style>
span { border-color: #D0381D; }
span { border-color: rgb(208,56,29); }
td.TdClassName
{
border-color: #D0381D;
}
.TagClassName
{
border-color: #D0381D;
}
</style>