Html Css Color HEX #D0231A Harley Davidson Orange
📋 copy color: '#D0231A'red 208 ◦ green 35 ◦ blue 26
Shades of Harley Davidson Orange #D0231A
Tints of Harley Davidson Orange #D0231A
RGB
CMYK
RGB Variations
Color information
#D0231A (or 0xD0231A) is known color: Harley Davidson Orange. HEX triplet: D0, 23 and 1A. RGB value is (208,35,26). Sum of RGB (Red+Green+Blue) = 208+35+26=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D0231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0231A is #2FDCE5. Grayscale: #555555. Windows color (decimal): -3136742 or 1713104. OLE color: 1713104.
HSL color Cylindrical-coordinate representation of color #D0231A: hue angle of 2.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0231A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 26 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.18 |
| HSL | 2.97º | 0.78% | 0.46% | - |
| HSV(B) | 2.97º | 0.88% | 0.82% | - |
| XYZ | 26.8 | 14.69 | 2.4 | - |
| YUV | 85.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 26 | 0 | 0.83 | 0.88 | 0.18 | 2.97 | 0.78 | 0.46 |
| Hex | D0 | 23 | 1A | 0 | 53 | 58 | 12 | 3 | 4E | 2E |
| Octal | 320 | 43 | 32 | 0 | 123 | 130 | 22 | 3 | 116 | 56 |
| Binary | 11010000 | 100011 | 11010 | 0 | 1010011 | 1011000 | 10010 | 11 | 1001110 | 101110 |
Color Harmonies of #D0231A
Complementary color
Monochromatic Colors of #D0231A
Black with #D0231A
Text Example
Text Example
White with #D0231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0231A; }
p { color: rgb(208,35,26); }
H1.HeaderClassName
{
color: #D0231A;
}
.AnyTagClassName
{
color: #D0231A;
}
</style>
background-color css
<style>
a { background-color: #D0231A; }
a { background-color: rgb(208,35,26); }
div.DivClassName
{
background-color: #D0231A;
}
.BgClassName
{
background-color: #D0231A;
}
</style>
border-color css
<style>
span { border-color: #D0231A; }
span { border-color: rgb(208,35,26); }
td.TdClassName
{
border-color: #D0231A;
}
.TagClassName
{
border-color: #D0231A;
}
</style>