Html Css Color HEX #D02A1C Harley Davidson Orange
📋 copy color: '#D02A1C'red 208 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #D02A1C
Tints of Harley Davidson Orange #D02A1C
RGB
CMYK
RGB Variations
Color information
#D02A1C (or 0xD02A1C) is known color: Harley Davidson Orange. HEX triplet: D0, 2A and 1C. RGB value is (208,42,28). Sum of RGB (Red+Green+Blue) = 208+42+28=278 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.82% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02A1C is #2FD5E3. Grayscale: #5A5A5A. Windows color (decimal): -3134948 or 1845968. OLE color: 1845968.
HSL color Cylindrical-coordinate representation of color #D02A1C: hue angle of 4.67º 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 #D02A1C is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 28 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.18 |
| HSL | 4.67º | 0.76% | 0.46% | - |
| HSV(B) | 4.67º | 0.87% | 0.82% | - |
| XYZ | 27.05 | 15.15 | 2.6 | - |
| YUV | 90.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 28 | 0 | 0.80 | 0.87 | 0.18 | 4.67 | 0.76 | 0.46 |
| Hex | D0 | 2A | 1C | 0 | 50 | 57 | 12 | 5 | 4C | 2E |
| Octal | 320 | 52 | 34 | 0 | 120 | 127 | 22 | 5 | 114 | 56 |
| Binary | 11010000 | 101010 | 11100 | 0 | 1010000 | 1010111 | 10010 | 101 | 1001100 | 101110 |
Color Harmonies of #D02A1C
Complementary color
Monochromatic Colors of #D02A1C
Black with #D02A1C
Text Example
Text Example
White with #D02A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A1C; }
p { color: rgb(208,42,28); }
H1.HeaderClassName
{
color: #D02A1C;
}
.AnyTagClassName
{
color: #D02A1C;
}
</style>
background-color css
<style>
a { background-color: #D02A1C; }
a { background-color: rgb(208,42,28); }
div.DivClassName
{
background-color: #D02A1C;
}
.BgClassName
{
background-color: #D02A1C;
}
</style>
border-color css
<style>
span { border-color: #D02A1C; }
span { border-color: rgb(208,42,28); }
td.TdClassName
{
border-color: #D02A1C;
}
.TagClassName
{
border-color: #D02A1C;
}
</style>