Html Css Color HEX #D0341C Harley Davidson Orange
📋 copy color: '#D0341C'red 208 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #D0341C
Tints of Harley Davidson Orange #D0341C
RGB
CMYK
RGB Variations
Color information
#D0341C (or 0xD0341C) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 1C. RGB value is (208,52,28). Sum of RGB (Red+Green+Blue) = 208+52+28=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0341C is #2FCBE3. Grayscale: #606060. Windows color (decimal): -3132388 or 1848528. OLE color: 1848528.
HSL color Cylindrical-coordinate representation of color #D0341C: hue angle of 8º 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 #D0341C is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 52 | 28 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.18 |
| HSL | 8º | 0.76% | 0.46% | - |
| HSV(B) | 8º | 0.87% | 0.82% | - |
| XYZ | 27.45 | 15.95 | 2.73 | - |
| YUV | 95.91 | 89.68 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 52 | 28 | 0 | 0.75 | 0.87 | 0.18 | 8 | 0.76 | 0.46 |
| Hex | D0 | 34 | 1C | 0 | 4B | 57 | 12 | 8 | 4C | 2E |
| Octal | 320 | 64 | 34 | 0 | 113 | 127 | 22 | 10 | 114 | 56 |
| Binary | 11010000 | 110100 | 11100 | 0 | 1001011 | 1010111 | 10010 | 1000 | 1001100 | 101110 |
Color Harmonies of #D0341C
Complementary color
Monochromatic Colors of #D0341C
Black with #D0341C
Text Example
Text Example
White with #D0341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0341C; }
p { color: rgb(208,52,28); }
H1.HeaderClassName
{
color: #D0341C;
}
.AnyTagClassName
{
color: #D0341C;
}
</style>
background-color css
<style>
a { background-color: #D0341C; }
a { background-color: rgb(208,52,28); }
div.DivClassName
{
background-color: #D0341C;
}
.BgClassName
{
background-color: #D0341C;
}
</style>
border-color css
<style>
span { border-color: #D0341C; }
span { border-color: rgb(208,52,28); }
td.TdClassName
{
border-color: #D0341C;
}
.TagClassName
{
border-color: #D0341C;
}
</style>