Html Css Color HEX #D0251F Harley Davidson Orange
📋 copy color: '#D0251F'red 208 ◦ green 37 ◦ blue 31
Shades of Harley Davidson Orange #D0251F
Tints of Harley Davidson Orange #D0251F
RGB
CMYK
RGB Variations
Color information
#D0251F (or 0xD0251F) is known color: Harley Davidson Orange. HEX triplet: D0, 25 and 1F. RGB value is (208,37,31). Sum of RGB (Red+Green+Blue) = 208+37+31=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D0251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0251F is #2FDAE0. Grayscale: #575757. Windows color (decimal): -3136225 or 2041296. OLE color: 2041296.
HSL color Cylindrical-coordinate representation of color #D0251F: hue angle of 2.03º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0251F is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 37 | 31 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.18 |
| HSL | 2.03º | 0.74% | 0.47% | - |
| HSV(B) | 2.03º | 0.85% | 0.82% | - |
| XYZ | 26.92 | 14.83 | 2.74 | - |
| YUV | 87.45 | 96.15 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 37 | 31 | 0 | 0.82 | 0.85 | 0.18 | 2.03 | 0.74 | 0.47 |
| Hex | D0 | 25 | 1F | 0 | 52 | 55 | 12 | 2 | 4A | 2F |
| Octal | 320 | 45 | 37 | 0 | 122 | 125 | 22 | 2 | 112 | 57 |
| Binary | 11010000 | 100101 | 11111 | 0 | 1010010 | 1010101 | 10010 | 10 | 1001010 | 101111 |
Color Harmonies of #D0251F
Complementary color
Monochromatic Colors of #D0251F
Black with #D0251F
Text Example
Text Example
White with #D0251F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0251F; }
p { color: rgb(208,37,31); }
H1.HeaderClassName
{
color: #D0251F;
}
.AnyTagClassName
{
color: #D0251F;
}
</style>
background-color css
<style>
a { background-color: #D0251F; }
a { background-color: rgb(208,37,31); }
div.DivClassName
{
background-color: #D0251F;
}
.BgClassName
{
background-color: #D0251F;
}
</style>
border-color css
<style>
span { border-color: #D0251F; }
span { border-color: rgb(208,37,31); }
td.TdClassName
{
border-color: #D0251F;
}
.TagClassName
{
border-color: #D0251F;
}
</style>