Html Css Color HEX #D0190C Harley Davidson Orange
📋 copy color: '#D0190C'red 208 ◦ green 25 ◦ blue 12
Shades of Harley Davidson Orange #D0190C
Tints of Harley Davidson Orange #D0190C
RGB
CMYK
RGB Variations
Color information
#D0190C (or 0xD0190C) is known color: Harley Davidson Orange. HEX triplet: D0, 19 and 0C. RGB value is (208,25,12). Sum of RGB (Red+Green+Blue) = 208+25+12=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D0190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0190C is #2FE6F3. Grayscale: #4E4E4E. Windows color (decimal): -3139316 or 793040. OLE color: 793040.
HSL color Cylindrical-coordinate representation of color #D0190C: hue angle of 3.98º degrees, saturation: 0.89, 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 #D0190C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.18 |
| HSL | 3.98º | 0.89% | 0.43% | - |
| HSV(B) | 3.98º | 0.94% | 0.82% | - |
| XYZ | 26.43 | 14.13 | 1.68 | - |
| YUV | 78.24 | 90.63 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 12 | 0 | 0.88 | 0.94 | 0.18 | 3.98 | 0.89 | 0.43 |
| Hex | D0 | 19 | C | 0 | 58 | 5E | 12 | 4 | 59 | 2B |
| Octal | 320 | 31 | 14 | 0 | 130 | 136 | 22 | 4 | 131 | 53 |
| Binary | 11010000 | 11001 | 1100 | 0 | 1011000 | 1011110 | 10010 | 100 | 1011001 | 101011 |
Color Harmonies of #D0190C
Complementary color
Monochromatic Colors of #D0190C
Black with #D0190C
Text Example
Text Example
White with #D0190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0190C; }
p { color: rgb(208,25,12); }
H1.HeaderClassName
{
color: #D0190C;
}
.AnyTagClassName
{
color: #D0190C;
}
</style>
background-color css
<style>
a { background-color: #D0190C; }
a { background-color: rgb(208,25,12); }
div.DivClassName
{
background-color: #D0190C;
}
.BgClassName
{
background-color: #D0190C;
}
</style>
border-color css
<style>
span { border-color: #D0190C; }
span { border-color: rgb(208,25,12); }
td.TdClassName
{
border-color: #D0190C;
}
.TagClassName
{
border-color: #D0190C;
}
</style>