Html Css Color HEX #D0381C Harley Davidson Orange
📋 copy color: '#D0381C'red 208 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #D0381C
Tints of Harley Davidson Orange #D0381C
RGB
CMYK
RGB Variations
Color information
#D0381C (or 0xD0381C) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 1C. RGB value is (208,56,28). Sum of RGB (Red+Green+Blue) = 208+56+28=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0381C is #2FC7E3. Grayscale: #626262. Windows color (decimal): -3131364 or 1849552. OLE color: 1849552.
HSL color Cylindrical-coordinate representation of color #D0381C: hue angle of 9.33º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0381C is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 28 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.18 |
| HSL | 9.33º | 0.76% | 0.46% | - |
| HSV(B) | 9.33º | 0.87% | 0.82% | - |
| XYZ | 27.64 | 16.32 | 2.79 | - |
| YUV | 98.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 28 | 0 | 0.73 | 0.87 | 0.18 | 9.33 | 0.76 | 0.46 |
| Hex | D0 | 38 | 1C | 0 | 49 | 57 | 12 | 9 | 4C | 2E |
| Octal | 320 | 70 | 34 | 0 | 111 | 127 | 22 | 11 | 114 | 56 |
| Binary | 11010000 | 111000 | 11100 | 0 | 1001001 | 1010111 | 10010 | 1001 | 1001100 | 101110 |
Color Harmonies of #D0381C
Complementary color
Monochromatic Colors of #D0381C
Black with #D0381C
Text Example
Text Example
White with #D0381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0381C; }
p { color: rgb(208,56,28); }
H1.HeaderClassName
{
color: #D0381C;
}
.AnyTagClassName
{
color: #D0381C;
}
</style>
background-color css
<style>
a { background-color: #D0381C; }
a { background-color: rgb(208,56,28); }
div.DivClassName
{
background-color: #D0381C;
}
.BgClassName
{
background-color: #D0381C;
}
</style>
border-color css
<style>
span { border-color: #D0381C; }
span { border-color: rgb(208,56,28); }
td.TdClassName
{
border-color: #D0381C;
}
.TagClassName
{
border-color: #D0381C;
}
</style>