Html Css Color HEX #D2250B Harley Davidson Orange
📋 copy color: '#D2250B'red 210 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #D2250B
Tints of Harley Davidson Orange #D2250B
RGB
CMYK
RGB Variations
Color information
#D2250B (or 0xD2250B) is known color: Harley Davidson Orange. HEX triplet: D2, 25 and 0B. RGB value is (210,37,11). Sum of RGB (Red+Green+Blue) = 210+37+11=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D2250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2250B is #2DDAF4. Grayscale: #565656. Windows color (decimal): -3005173 or 730578. OLE color: 730578.
HSL color Cylindrical-coordinate representation of color #D2250B: hue angle of 7.84º 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 #D2250B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.18 |
| HSL | 7.84º | 0.9% | 0.43% | - |
| HSV(B) | 7.84º | 0.95% | 0.82% | - |
| XYZ | 27.3 | 15.05 | 1.78 | - |
| YUV | 85.76 | 85.81 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 11 | 0 | 0.82 | 0.95 | 0.18 | 7.84 | 0.9 | 0.43 |
| Hex | D2 | 25 | B | 0 | 52 | 5F | 12 | 8 | 5A | 2B |
| Octal | 322 | 45 | 13 | 0 | 122 | 137 | 22 | 10 | 132 | 53 |
| Binary | 11010010 | 100101 | 1011 | 0 | 1010010 | 1011111 | 10010 | 1000 | 1011010 | 101011 |
Color Harmonies of #D2250B
Complementary color
Monochromatic Colors of #D2250B
Black with #D2250B
Text Example
Text Example
White with #D2250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2250B; }
p { color: rgb(210,37,11); }
H1.HeaderClassName
{
color: #D2250B;
}
.AnyTagClassName
{
color: #D2250B;
}
</style>
background-color css
<style>
a { background-color: #D2250B; }
a { background-color: rgb(210,37,11); }
div.DivClassName
{
background-color: #D2250B;
}
.BgClassName
{
background-color: #D2250B;
}
</style>
border-color css
<style>
span { border-color: #D2250B; }
span { border-color: rgb(210,37,11); }
td.TdClassName
{
border-color: #D2250B;
}
.TagClassName
{
border-color: #D2250B;
}
</style>