Html Css Color HEX #D43001 Harley Davidson Orange
📋 copy color: '#D43001'red 212 ◦ green 48 ◦ blue 1
Shades of Harley Davidson Orange #D43001
Tints of Harley Davidson Orange #D43001
RGB
CMYK
RGB Variations
Color information
#D43001 (or 0xD43001) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 01. RGB value is (212,48,1). Sum of RGB (Red+Green+Blue) = 212+48+1=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D43001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43001 is #2BCFFE. Grayscale: #5C5C5C. Windows color (decimal): -2871295 or 78036. OLE color: 78036.
HSL color Cylindrical-coordinate representation of color #D43001: hue angle of 13.36º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D43001 is Cyan = 0, Magento = 0.77, Yellow = 1.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 1 | - |
| CMYK | 0 | 0.77 | 1.00 | 0.17 |
| HSL | 13.36º | 0.99% | 0.42% | - |
| HSV(B) | 13.36º | 1% | 0.83% | - |
| XYZ | 28.21 | 16.11 | 1.65 | - |
| YUV | 91.68 | 76.83 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 1 | 0 | 0.77 | 1.00 | 0.17 | 13.36 | 0.99 | 0.42 |
| Hex | D4 | 30 | 1 | 0 | 4D | 64 | 11 | D | 63 | 2A |
| Octal | 324 | 60 | 1 | 0 | 115 | 144 | 21 | 15 | 143 | 52 |
| Binary | 11010100 | 110000 | 1 | 0 | 1001101 | 1100100 | 10001 | 1101 | 1100011 | 101010 |
Color Harmonies of #D43001
Complementary color
Monochromatic Colors of #D43001
Black with #D43001
Text Example
Text Example
White with #D43001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43001; }
p { color: rgb(212,48,1); }
H1.HeaderClassName
{
color: #D43001;
}
.AnyTagClassName
{
color: #D43001;
}
</style>
background-color css
<style>
a { background-color: #D43001; }
a { background-color: rgb(212,48,1); }
div.DivClassName
{
background-color: #D43001;
}
.BgClassName
{
background-color: #D43001;
}
</style>
border-color css
<style>
span { border-color: #D43001; }
span { border-color: rgb(212,48,1); }
td.TdClassName
{
border-color: #D43001;
}
.TagClassName
{
border-color: #D43001;
}
</style>