Html Css Color HEX #D02C1D Harley Davidson Orange
📋 copy color: '#D02C1D'red 208 ◦ green 44 ◦ blue 29
Shades of Harley Davidson Orange #D02C1D
Tints of Harley Davidson Orange #D02C1D
RGB
CMYK
RGB Variations
Color information
#D02C1D (or 0xD02C1D) is known color: Harley Davidson Orange. HEX triplet: D0, 2C and 1D. RGB value is (208,44,29). Sum of RGB (Red+Green+Blue) = 208+44+29=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02C1D is #2FD3E2. Grayscale: #5B5B5B. Windows color (decimal): -3134435 or 1912016. OLE color: 1912016.
HSL color Cylindrical-coordinate representation of color #D02C1D: hue angle of 5.03º 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 #D02C1D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 29 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.18 |
| HSL | 5.03º | 0.76% | 0.46% | - |
| HSV(B) | 5.03º | 0.86% | 0.82% | - |
| XYZ | 27.13 | 15.3 | 2.69 | - |
| YUV | 91.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 29 | 0 | 0.79 | 0.86 | 0.18 | 5.03 | 0.76 | 0.46 |
| Hex | D0 | 2C | 1D | 0 | 4F | 56 | 12 | 5 | 4C | 2E |
| Octal | 320 | 54 | 35 | 0 | 117 | 126 | 22 | 5 | 114 | 56 |
| Binary | 11010000 | 101100 | 11101 | 0 | 1001111 | 1010110 | 10010 | 101 | 1001100 | 101110 |
Color Harmonies of #D02C1D
Complementary color
Monochromatic Colors of #D02C1D
Black with #D02C1D
Text Example
Text Example
White with #D02C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C1D; }
p { color: rgb(208,44,29); }
H1.HeaderClassName
{
color: #D02C1D;
}
.AnyTagClassName
{
color: #D02C1D;
}
</style>
background-color css
<style>
a { background-color: #D02C1D; }
a { background-color: rgb(208,44,29); }
div.DivClassName
{
background-color: #D02C1D;
}
.BgClassName
{
background-color: #D02C1D;
}
</style>
border-color css
<style>
span { border-color: #D02C1D; }
span { border-color: rgb(208,44,29); }
td.TdClassName
{
border-color: #D02C1D;
}
.TagClassName
{
border-color: #D02C1D;
}
</style>