Html Css Color HEX #D02100 Harley Davidson Orange
📋 copy color: '#D02100'red 208 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #D02100
Tints of Harley Davidson Orange #D02100
RGB
CMYK
RGB Variations
Color information
#D02100 (or 0xD02100) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 00. RGB value is (208,33,0). Sum of RGB (Red+Green+Blue) = 208+33+0=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D02100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02100 is #2FDEFF. Grayscale: #515151. Windows color (decimal): -3137280 or 8656. OLE color: 8656.
HSL color Cylindrical-coordinate representation of color #D02100: hue angle of 9.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02100 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.18 |
| HSL | 9.52º | 1% | 0.41% | - |
| HSV(B) | 9.52º | 1% | 0.82% | - |
| XYZ | 26.56 | 14.5 | 1.4 | - |
| YUV | 81.56 | 81.98 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 0 | 0 | 0.84 | 1 | 0.18 | 9.52 | 1 | 0.41 |
| Hex | D0 | 21 | 0 | 0 | 54 | 64 | 12 | A | 64 | 29 |
| Octal | 320 | 41 | 0 | 0 | 124 | 144 | 22 | 12 | 144 | 51 |
| Binary | 11010000 | 100001 | 0 | 0 | 1010100 | 1100100 | 10010 | 1010 | 1100100 | 101001 |
Color Harmonies of #D02100
Complementary color
Monochromatic Colors of #D02100
Black with #D02100
Text Example
Text Example
White with #D02100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02100; }
p { color: rgb(208,33,0); }
H1.HeaderClassName
{
color: #D02100;
}
.AnyTagClassName
{
color: #D02100;
}
</style>
background-color css
<style>
a { background-color: #D02100; }
a { background-color: rgb(208,33,0); }
div.DivClassName
{
background-color: #D02100;
}
.BgClassName
{
background-color: #D02100;
}
</style>
border-color css
<style>
span { border-color: #D02100; }
span { border-color: rgb(208,33,0); }
td.TdClassName
{
border-color: #D02100;
}
.TagClassName
{
border-color: #D02100;
}
</style>