Html Css Color HEX #D0211B Harley Davidson Orange
📋 copy color: '#D0211B'red 208 ◦ green 33 ◦ blue 27
Shades of Harley Davidson Orange #D0211B
Tints of Harley Davidson Orange #D0211B
RGB
CMYK
RGB Variations
Color information
#D0211B (or 0xD0211B) is known color: Harley Davidson Orange. HEX triplet: D0, 21 and 1B. RGB value is (208,33,27). Sum of RGB (Red+Green+Blue) = 208+33+27=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D0211B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0211B is #2FDEE4. Grayscale: #545454. Windows color (decimal): -3137253 or 1778128. OLE color: 1778128.
HSL color Cylindrical-coordinate representation of color #D0211B: hue angle of 1.99º 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 #D0211B is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 27 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.18 |
| HSL | 1.99º | 0.77% | 0.46% | - |
| HSV(B) | 1.99º | 0.87% | 0.82% | - |
| XYZ | 26.75 | 14.58 | 2.44 | - |
| YUV | 84.64 | 95.48 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 27 | 0 | 0.84 | 0.87 | 0.18 | 1.99 | 0.77 | 0.46 |
| Hex | D0 | 21 | 1B | 0 | 54 | 57 | 12 | 2 | 4D | 2E |
| Octal | 320 | 41 | 33 | 0 | 124 | 127 | 22 | 2 | 115 | 56 |
| Binary | 11010000 | 100001 | 11011 | 0 | 1010100 | 1010111 | 10010 | 10 | 1001101 | 101110 |
Color Harmonies of #D0211B
Complementary color
Monochromatic Colors of #D0211B
Black with #D0211B
Text Example
Text Example
White with #D0211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0211B; }
p { color: rgb(208,33,27); }
H1.HeaderClassName
{
color: #D0211B;
}
.AnyTagClassName
{
color: #D0211B;
}
</style>
background-color css
<style>
a { background-color: #D0211B; }
a { background-color: rgb(208,33,27); }
div.DivClassName
{
background-color: #D0211B;
}
.BgClassName
{
background-color: #D0211B;
}
</style>
border-color css
<style>
span { border-color: #D0211B; }
span { border-color: rgb(208,33,27); }
td.TdClassName
{
border-color: #D0211B;
}
.TagClassName
{
border-color: #D0211B;
}
</style>