Html Css Color HEX #D02101 Harley Davidson Orange
📋 copy color: '#D02101'red 208 ◦ green 33 ◦ blue 1
Shades of Harley Davidson Orange #D02101
Tints of Harley Davidson Orange #D02101
RGB
CMYK
RGB Variations
Color information
#D02101 (or 0xD02101) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 01. RGB value is (208,33,1). Sum of RGB (Red+Green+Blue) = 208+33+1=242 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.95% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 208 - color contains mainly: red. Hex color #D02101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02101 is #2FDEFE. Grayscale: #515151. Windows color (decimal): -3137279 or 74192. OLE color: 74192.
HSL color Cylindrical-coordinate representation of color #D02101: hue angle of 9.28º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02101 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.18 |
| HSL | 9.28º | 0.99% | 0.41% | - |
| HSV(B) | 9.28º | 1% | 0.82% | - |
| XYZ | 26.56 | 14.5 | 1.43 | - |
| YUV | 81.68 | 82.48 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 1 | 0 | 0.84 | 1.00 | 0.18 | 9.28 | 0.99 | 0.41 |
| Hex | D0 | 21 | 1 | 0 | 54 | 64 | 12 | 9 | 63 | 29 |
| Octal | 320 | 41 | 1 | 0 | 124 | 144 | 22 | 11 | 143 | 51 |
| Binary | 11010000 | 100001 | 1 | 0 | 1010100 | 1100100 | 10010 | 1001 | 1100011 | 101001 |
Color Harmonies of #D02101
Complementary color
Monochromatic Colors of #D02101
Black with #D02101
Text Example
Text Example
White with #D02101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02101; }
p { color: rgb(208,33,1); }
H1.HeaderClassName
{
color: #D02101;
}
.AnyTagClassName
{
color: #D02101;
}
</style>
background-color css
<style>
a { background-color: #D02101; }
a { background-color: rgb(208,33,1); }
div.DivClassName
{
background-color: #D02101;
}
.BgClassName
{
background-color: #D02101;
}
</style>
border-color css
<style>
span { border-color: #D02101; }
span { border-color: rgb(208,33,1); }
td.TdClassName
{
border-color: #D02101;
}
.TagClassName
{
border-color: #D02101;
}
</style>