Html Css Color HEX #D42612 Harley Davidson Orange
📋 copy color: '#D42612'red 212 ◦ green 38 ◦ blue 18
Shades of Harley Davidson Orange #D42612
Tints of Harley Davidson Orange #D42612
RGB
CMYK
RGB Variations
Color information
#D42612 (or 0xD42612) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 12. RGB value is (212,38,18). Sum of RGB (Red+Green+Blue) = 212+38+18=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D42612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42612 is #2BD9ED. Grayscale: #585858. Windows color (decimal): -2873838 or 1189588. OLE color: 1189588.
HSL color Cylindrical-coordinate representation of color #D42612: hue angle of 6.19º degrees, saturation: 0.84, 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 #D42612 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 38 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.17 |
| HSL | 6.19º | 0.84% | 0.45% | - |
| HSV(B) | 6.19º | 0.92% | 0.83% | - |
| XYZ | 27.95 | 15.43 | 2.08 | - |
| YUV | 87.75 | 88.65 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 18 | 0 | 0.82 | 0.92 | 0.17 | 6.19 | 0.84 | 0.45 |
| Hex | D4 | 26 | 12 | 0 | 52 | 5C | 11 | 6 | 54 | 2D |
| Octal | 324 | 46 | 22 | 0 | 122 | 134 | 21 | 6 | 124 | 55 |
| Binary | 11010100 | 100110 | 10010 | 0 | 1010010 | 1011100 | 10001 | 110 | 1010100 | 101101 |
Color Harmonies of #D42612
Complementary color
Monochromatic Colors of #D42612
Black with #D42612
Text Example
Text Example
White with #D42612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42612; }
p { color: rgb(212,38,18); }
H1.HeaderClassName
{
color: #D42612;
}
.AnyTagClassName
{
color: #D42612;
}
</style>
background-color css
<style>
a { background-color: #D42612; }
a { background-color: rgb(212,38,18); }
div.DivClassName
{
background-color: #D42612;
}
.BgClassName
{
background-color: #D42612;
}
</style>
border-color css
<style>
span { border-color: #D42612; }
span { border-color: rgb(212,38,18); }
td.TdClassName
{
border-color: #D42612;
}
.TagClassName
{
border-color: #D42612;
}
</style>