Html Css Color HEX #D0270B Harley Davidson Orange
📋 copy color: '#D0270B'red 208 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #D0270B
Tints of Harley Davidson Orange #D0270B
RGB
CMYK
RGB Variations
Color information
#D0270B (or 0xD0270B) is known color: Harley Davidson Orange. HEX triplet: D0, 27 and 0B. RGB value is (208,39,11). Sum of RGB (Red+Green+Blue) = 208+39+11=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D0270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0270B is #2FD8F4. Grayscale: #565656. Windows color (decimal): -3135733 or 731088. OLE color: 731088.
HSL color Cylindrical-coordinate representation of color #D0270B: hue angle of 8.53º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0270B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 39 | 11 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.18 |
| HSL | 8.53º | 0.9% | 0.43% | - |
| HSV(B) | 8.53º | 0.95% | 0.82% | - |
| XYZ | 26.8 | 14.89 | 1.78 | - |
| YUV | 86.34 | 85.49 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 39 | 11 | 0 | 0.81 | 0.95 | 0.18 | 8.53 | 0.9 | 0.43 |
| Hex | D0 | 27 | B | 0 | 51 | 5F | 12 | 9 | 5A | 2B |
| Octal | 320 | 47 | 13 | 0 | 121 | 137 | 22 | 11 | 132 | 53 |
| Binary | 11010000 | 100111 | 1011 | 0 | 1010001 | 1011111 | 10010 | 1001 | 1011010 | 101011 |
Color Harmonies of #D0270B
Complementary color
Monochromatic Colors of #D0270B
Black with #D0270B
Text Example
Text Example
White with #D0270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0270B; }
p { color: rgb(208,39,11); }
H1.HeaderClassName
{
color: #D0270B;
}
.AnyTagClassName
{
color: #D0270B;
}
</style>
background-color css
<style>
a { background-color: #D0270B; }
a { background-color: rgb(208,39,11); }
div.DivClassName
{
background-color: #D0270B;
}
.BgClassName
{
background-color: #D0270B;
}
</style>
border-color css
<style>
span { border-color: #D0270B; }
span { border-color: rgb(208,39,11); }
td.TdClassName
{
border-color: #D0270B;
}
.TagClassName
{
border-color: #D0270B;
}
</style>