Html Css Color HEX #D43015 Harley Davidson Orange
📋 copy color: '#D43015'red 212 ◦ green 48 ◦ blue 21
Shades of Harley Davidson Orange #D43015
Tints of Harley Davidson Orange #D43015
RGB
CMYK
RGB Variations
Color information
#D43015 (or 0xD43015) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 15. RGB value is (212,48,21). Sum of RGB (Red+Green+Blue) = 212+48+21=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D43015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43015 is #2BCFEA. Grayscale: #5E5E5E. Windows color (decimal): -2871275 or 1388756. OLE color: 1388756.
HSL color Cylindrical-coordinate representation of color #D43015: hue angle of 8.48º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D43015 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 48 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.17 |
| HSL | 8.48º | 0.82% | 0.46% | - |
| HSV(B) | 8.48º | 0.9% | 0.83% | - |
| XYZ | 28.34 | 16.17 | 2.34 | - |
| YUV | 93.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 48 | 21 | 0 | 0.77 | 0.90 | 0.17 | 8.48 | 0.82 | 0.46 |
| Hex | D4 | 30 | 15 | 0 | 4D | 5A | 11 | 8 | 52 | 2E |
| Octal | 324 | 60 | 25 | 0 | 115 | 132 | 21 | 10 | 122 | 56 |
| Binary | 11010100 | 110000 | 10101 | 0 | 1001101 | 1011010 | 10001 | 1000 | 1010010 | 101110 |
Color Harmonies of #D43015
Complementary color
Monochromatic Colors of #D43015
Black with #D43015
Text Example
Text Example
White with #D43015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43015; }
p { color: rgb(212,48,21); }
H1.HeaderClassName
{
color: #D43015;
}
.AnyTagClassName
{
color: #D43015;
}
</style>
background-color css
<style>
a { background-color: #D43015; }
a { background-color: rgb(212,48,21); }
div.DivClassName
{
background-color: #D43015;
}
.BgClassName
{
background-color: #D43015;
}
</style>
border-color css
<style>
span { border-color: #D43015; }
span { border-color: rgb(212,48,21); }
td.TdClassName
{
border-color: #D43015;
}
.TagClassName
{
border-color: #D43015;
}
</style>