Html Css Color HEX #D2400B Harley Davidson Orange
📋 copy color: '#D2400B'red 210 ◦ green 64 ◦ blue 11
Shades of Harley Davidson Orange #D2400B
Tints of Harley Davidson Orange #D2400B
RGB
CMYK
RGB Variations
Color information
#D2400B (or 0xD2400B) is known color: Harley Davidson Orange. HEX triplet: D2, 40 and 0B. RGB value is (210,64,11). Sum of RGB (Red+Green+Blue) = 210+64+11=285 (37% of max value = 765). Red value is 210 (82.42% from 255 or 73.68% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 210 - color contains mainly: red. Hex color #D2400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2400B is #2DBFF4. Grayscale: #656565. Windows color (decimal): -2998261 or 737490. OLE color: 737490.
HSL color Cylindrical-coordinate representation of color #D2400B: hue angle of 15.98º 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 #D2400B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.18 |
| HSL | 15.98º | 0.9% | 0.43% | - |
| HSV(B) | 15.98º | 0.95% | 0.82% | - |
| XYZ | 28.47 | 17.39 | 2.17 | - |
| YUV | 101.61 | 76.87 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 11 | 0 | 0.70 | 0.95 | 0.18 | 15.98 | 0.9 | 0.43 |
| Hex | D2 | 40 | B | 0 | 46 | 5F | 12 | 10 | 5A | 2B |
| Octal | 322 | 100 | 13 | 0 | 106 | 137 | 22 | 20 | 132 | 53 |
| Binary | 11010010 | 1000000 | 1011 | 0 | 1000110 | 1011111 | 10010 | 10000 | 1011010 | 101011 |
Color Harmonies of #D2400B
Complementary color
Monochromatic Colors of #D2400B
Black with #D2400B
Text Example
Text Example
White with #D2400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2400B; }
p { color: rgb(210,64,11); }
H1.HeaderClassName
{
color: #D2400B;
}
.AnyTagClassName
{
color: #D2400B;
}
</style>
background-color css
<style>
a { background-color: #D2400B; }
a { background-color: rgb(210,64,11); }
div.DivClassName
{
background-color: #D2400B;
}
.BgClassName
{
background-color: #D2400B;
}
</style>
border-color css
<style>
span { border-color: #D2400B; }
span { border-color: rgb(210,64,11); }
td.TdClassName
{
border-color: #D2400B;
}
.TagClassName
{
border-color: #D2400B;
}
</style>