Html Css Color HEX #D42310 Harley Davidson Orange
📋 copy color: '#D42310'red 212 ◦ green 35 ◦ blue 16
Shades of Harley Davidson Orange #D42310
Tints of Harley Davidson Orange #D42310
RGB
CMYK
RGB Variations
Color information
#D42310 (or 0xD42310) is known color: Harley Davidson Orange. HEX triplet: D4, 23 and 10. RGB value is (212,35,16). Sum of RGB (Red+Green+Blue) = 212+35+16=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D42310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42310 is #2BDCEF. Grayscale: #565656. Windows color (decimal): -2874608 or 1057748. OLE color: 1057748.
HSL color Cylindrical-coordinate representation of color #D42310: hue angle of 5.82º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D42310 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 35 | 16 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.17 |
| HSL | 5.82º | 0.86% | 0.45% | - |
| HSV(B) | 5.82º | 0.92% | 0.83% | - |
| XYZ | 27.85 | 15.24 | 1.96 | - |
| YUV | 85.76 | 88.64 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 35 | 16 | 0 | 0.83 | 0.92 | 0.17 | 5.82 | 0.86 | 0.45 |
| Hex | D4 | 23 | 10 | 0 | 53 | 5C | 11 | 6 | 56 | 2D |
| Octal | 324 | 43 | 20 | 0 | 123 | 134 | 21 | 6 | 126 | 55 |
| Binary | 11010100 | 100011 | 10000 | 0 | 1010011 | 1011100 | 10001 | 110 | 1010110 | 101101 |
Color Harmonies of #D42310
Complementary color
Monochromatic Colors of #D42310
Black with #D42310
Text Example
Text Example
White with #D42310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42310; }
p { color: rgb(212,35,16); }
H1.HeaderClassName
{
color: #D42310;
}
.AnyTagClassName
{
color: #D42310;
}
</style>
background-color css
<style>
a { background-color: #D42310; }
a { background-color: rgb(212,35,16); }
div.DivClassName
{
background-color: #D42310;
}
.BgClassName
{
background-color: #D42310;
}
</style>
border-color css
<style>
span { border-color: #D42310; }
span { border-color: rgb(212,35,16); }
td.TdClassName
{
border-color: #D42310;
}
.TagClassName
{
border-color: #D42310;
}
</style>