Html Css Color HEX #D0251D Harley Davidson Orange
📋 copy color: '#D0251D'red 208 ◦ green 37 ◦ blue 29
Shades of Harley Davidson Orange #D0251D
Tints of Harley Davidson Orange #D0251D
RGB
CMYK
RGB Variations
Color information
#D0251D (or 0xD0251D) is known color: Harley Davidson Orange. HEX triplet: D0, 25 and 1D. RGB value is (208,37,29). Sum of RGB (Red+Green+Blue) = 208+37+29=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D0251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0251D is #2FDAE2. Grayscale: #575757. Windows color (decimal): -3136227 or 1910224. OLE color: 1910224.
HSL color Cylindrical-coordinate representation of color #D0251D: hue angle of 2.68º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0251D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.18 |
| HSL | 2.68º | 0.76% | 0.46% | - |
| HSV(B) | 2.68º | 0.86% | 0.82% | - |
| XYZ | 26.9 | 14.82 | 2.61 | - |
| YUV | 87.22 | 95.15 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 29 | 0 | 0.82 | 0.86 | 0.18 | 2.68 | 0.76 | 0.46 |
| Hex | D0 | 25 | 1D | 0 | 52 | 56 | 12 | 3 | 4C | 2E |
| Octal | 320 | 45 | 35 | 0 | 122 | 126 | 22 | 3 | 114 | 56 |
| Binary | 11010000 | 100101 | 11101 | 0 | 1010010 | 1010110 | 10010 | 11 | 1001100 | 101110 |
Color Harmonies of #D0251D
Complementary color
Monochromatic Colors of #D0251D
Black with #D0251D
Text Example
Text Example
White with #D0251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0251D; }
p { color: rgb(208,37,29); }
H1.HeaderClassName
{
color: #D0251D;
}
.AnyTagClassName
{
color: #D0251D;
}
</style>
background-color css
<style>
a { background-color: #D0251D; }
a { background-color: rgb(208,37,29); }
div.DivClassName
{
background-color: #D0251D;
}
.BgClassName
{
background-color: #D0251D;
}
</style>
border-color css
<style>
span { border-color: #D0251D; }
span { border-color: rgb(208,37,29); }
td.TdClassName
{
border-color: #D0251D;
}
.TagClassName
{
border-color: #D0251D;
}
</style>