Html Css Color HEX #D41612 Harley Davidson Orange
📋 copy color: '#D41612'red 212 ◦ green 22 ◦ blue 18
Shades of Harley Davidson Orange #D41612
Tints of Harley Davidson Orange #D41612
RGB
CMYK
RGB Variations
Color information
#D41612 (or 0xD41612) is known color: Harley Davidson Orange. HEX triplet: D4, 16 and 12. RGB value is (212,22,18). Sum of RGB (Red+Green+Blue) = 212+22+18=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D41612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41612 is #2BE9ED. Grayscale: #4E4E4E. Windows color (decimal): -2877934 or 1185492. OLE color: 1185492.
HSL color Cylindrical-coordinate representation of color #D41612: hue angle of 1.24º 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 #D41612 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.17 |
| HSL | 1.24º | 0.84% | 0.45% | - |
| HSV(B) | 1.24º | 0.92% | 0.83% | - |
| XYZ | 27.55 | 14.61 | 1.94 | - |
| YUV | 78.35 | 93.95 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 18 | 0 | 0.90 | 0.92 | 0.17 | 1.24 | 0.84 | 0.45 |
| Hex | D4 | 16 | 12 | 0 | 5A | 5C | 11 | 1 | 54 | 2D |
| Octal | 324 | 26 | 22 | 0 | 132 | 134 | 21 | 1 | 124 | 55 |
| Binary | 11010100 | 10110 | 10010 | 0 | 1011010 | 1011100 | 10001 | 1 | 1010100 | 101101 |
Color Harmonies of #D41612
Complementary color
Monochromatic Colors of #D41612
Black with #D41612
Text Example
Text Example
White with #D41612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41612; }
p { color: rgb(212,22,18); }
H1.HeaderClassName
{
color: #D41612;
}
.AnyTagClassName
{
color: #D41612;
}
</style>
background-color css
<style>
a { background-color: #D41612; }
a { background-color: rgb(212,22,18); }
div.DivClassName
{
background-color: #D41612;
}
.BgClassName
{
background-color: #D41612;
}
</style>
border-color css
<style>
span { border-color: #D41612; }
span { border-color: rgb(212,22,18); }
td.TdClassName
{
border-color: #D41612;
}
.TagClassName
{
border-color: #D41612;
}
</style>