Html Css Color HEX #D42508 Harley Davidson Orange
📋 copy color: '#D42508'red 212 ◦ green 37 ◦ blue 8
Shades of Harley Davidson Orange #D42508
Tints of Harley Davidson Orange #D42508
RGB
CMYK
RGB Variations
Color information
#D42508 (or 0xD42508) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 08. RGB value is (212,37,8). Sum of RGB (Red+Green+Blue) = 212+37+8=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D42508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42508 is #2BDAF7. Grayscale: #565656. Windows color (decimal): -2874104 or 533972. OLE color: 533972.
HSL color Cylindrical-coordinate representation of color #D42508: hue angle of 8.53º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D42508 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 8 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.17 |
| HSL | 8.53º | 0.93% | 0.43% | - |
| HSV(B) | 8.53º | 0.96% | 0.83% | - |
| XYZ | 27.86 | 15.34 | 1.72 | - |
| YUV | 86.02 | 83.98 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 8 | 0 | 0.83 | 0.96 | 0.17 | 8.53 | 0.93 | 0.43 |
| Hex | D4 | 25 | 8 | 0 | 53 | 60 | 11 | 9 | 5D | 2B |
| Octal | 324 | 45 | 10 | 0 | 123 | 140 | 21 | 11 | 135 | 53 |
| Binary | 11010100 | 100101 | 1000 | 0 | 1010011 | 1100000 | 10001 | 1001 | 1011101 | 101011 |
Color Harmonies of #D42508
Complementary color
Monochromatic Colors of #D42508
Black with #D42508
Text Example
Text Example
White with #D42508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42508; }
p { color: rgb(212,37,8); }
H1.HeaderClassName
{
color: #D42508;
}
.AnyTagClassName
{
color: #D42508;
}
</style>
background-color css
<style>
a { background-color: #D42508; }
a { background-color: rgb(212,37,8); }
div.DivClassName
{
background-color: #D42508;
}
.BgClassName
{
background-color: #D42508;
}
</style>
border-color css
<style>
span { border-color: #D42508; }
span { border-color: rgb(212,37,8); }
td.TdClassName
{
border-color: #D42508;
}
.TagClassName
{
border-color: #D42508;
}
</style>