Html Css Color HEX #D43008 Harley Davidson Orange
📋 copy color: '#D43008'red 212 ◦ green 48 ◦ blue 8
Shades of Harley Davidson Orange #D43008
Tints of Harley Davidson Orange #D43008
RGB
CMYK
RGB Variations
Color information
#D43008 (or 0xD43008) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 08. RGB value is (212,48,8). Sum of RGB (Red+Green+Blue) = 212+48+8=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D43008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43008 is #2BCFF7. Grayscale: #5C5C5C. Windows color (decimal): -2871288 or 536788. OLE color: 536788.
HSL color Cylindrical-coordinate representation of color #D43008: hue angle of 11.76º 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 #D43008 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.17 |
| HSL | 11.76º | 0.93% | 0.43% | - |
| HSV(B) | 11.76º | 0.96% | 0.83% | - |
| XYZ | 28.25 | 16.13 | 1.85 | - |
| YUV | 92.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 8 | 0 | 0.77 | 0.96 | 0.17 | 11.76 | 0.93 | 0.43 |
| Hex | D4 | 30 | 8 | 0 | 4D | 60 | 11 | C | 5D | 2B |
| Octal | 324 | 60 | 10 | 0 | 115 | 140 | 21 | 14 | 135 | 53 |
| Binary | 11010100 | 110000 | 1000 | 0 | 1001101 | 1100000 | 10001 | 1100 | 1011101 | 101011 |
Color Harmonies of #D43008
Complementary color
Monochromatic Colors of #D43008
Black with #D43008
Text Example
Text Example
White with #D43008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43008; }
p { color: rgb(212,48,8); }
H1.HeaderClassName
{
color: #D43008;
}
.AnyTagClassName
{
color: #D43008;
}
</style>
background-color css
<style>
a { background-color: #D43008; }
a { background-color: rgb(212,48,8); }
div.DivClassName
{
background-color: #D43008;
}
.BgClassName
{
background-color: #D43008;
}
</style>
border-color css
<style>
span { border-color: #D43008; }
span { border-color: rgb(212,48,8); }
td.TdClassName
{
border-color: #D43008;
}
.TagClassName
{
border-color: #D43008;
}
</style>