Html Css Color HEX #D02A1B Harley Davidson Orange
📋 copy color: '#D02A1B'red 208 ◦ green 42 ◦ blue 27
Shades of Harley Davidson Orange #D02A1B
Tints of Harley Davidson Orange #D02A1B
RGB
CMYK
RGB Variations
Color information
#D02A1B (or 0xD02A1B) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 1B. RGB value is (208,42,27). Sum of RGB (Red+Green+Blue) = 208+42+27=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A1B is #2FD5E4. Grayscale: #5A5A5A. Windows color (decimal): -3134949 or 1780432. OLE color: 1780432.
HSL color Cylindrical-coordinate representation of color #D02A1B: hue angle of 4.97º degrees, saturation: 0.77, 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 #D02A1B is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 27 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.18 |
| HSL | 4.97º | 0.77% | 0.46% | - |
| HSV(B) | 4.97º | 0.87% | 0.82% | - |
| XYZ | 27.04 | 15.14 | 2.54 | - |
| YUV | 89.92 | 92.5 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 27 | 0 | 0.80 | 0.87 | 0.18 | 4.97 | 0.77 | 0.46 |
| Hex | D0 | 2A | 1B | 0 | 50 | 57 | 12 | 5 | 4D | 2E |
| Octal | 320 | 52 | 33 | 0 | 120 | 127 | 22 | 5 | 115 | 56 |
| Binary | 11010000 | 101010 | 11011 | 0 | 1010000 | 1010111 | 10010 | 101 | 1001101 | 101110 |
Color Harmonies of #D02A1B
Complementary color
Monochromatic Colors of #D02A1B
Black with #D02A1B
Text Example
Text Example
White with #D02A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A1B; }
p { color: rgb(208,42,27); }
H1.HeaderClassName
{
color: #D02A1B;
}
.AnyTagClassName
{
color: #D02A1B;
}
</style>
background-color css
<style>
a { background-color: #D02A1B; }
a { background-color: rgb(208,42,27); }
div.DivClassName
{
background-color: #D02A1B;
}
.BgClassName
{
background-color: #D02A1B;
}
</style>
border-color css
<style>
span { border-color: #D02A1B; }
span { border-color: rgb(208,42,27); }
td.TdClassName
{
border-color: #D02A1B;
}
.TagClassName
{
border-color: #D02A1B;
}
</style>