Html Css Color HEX #D62212 Harley Davidson Orange
📋 copy color: '#D62212'red 214 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #D62212
Tints of Harley Davidson Orange #D62212
RGB
CMYK
RGB Variations
Color information
#D62212 (or 0xD62212) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 12. RGB value is (214,34,18). Sum of RGB (Red+Green+Blue) = 214+34+18=266 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.45% from 266); Green value is 34 (13.67% from 255 or 12.78% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 214 - color contains mainly: red. Hex color #D62212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62212 is #29DDED. Grayscale: #565656. Windows color (decimal): -2743790 or 1188566. OLE color: 1188566.
HSL color Cylindrical-coordinate representation of color #D62212: hue angle of 4.9º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D62212 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 34 | 18 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.16 |
| HSL | 4.9º | 0.84% | 0.45% | - |
| HSV(B) | 4.9º | 0.92% | 0.84% | - |
| XYZ | 28.41 | 15.48 | 2.06 | - |
| YUV | 86 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 18 | 0 | 0.84 | 0.92 | 0.16 | 4.9 | 0.84 | 0.45 |
| Hex | D6 | 22 | 12 | 0 | 54 | 5C | 10 | 5 | 54 | 2D |
| Octal | 326 | 42 | 22 | 0 | 124 | 134 | 20 | 5 | 124 | 55 |
| Binary | 11010110 | 100010 | 10010 | 0 | 1010100 | 1011100 | 10000 | 101 | 1010100 | 101101 |
Color Harmonies of #D62212
Complementary color
Monochromatic Colors of #D62212
Black with #D62212
Text Example
Text Example
White with #D62212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62212; }
p { color: rgb(214,34,18); }
H1.HeaderClassName
{
color: #D62212;
}
.AnyTagClassName
{
color: #D62212;
}
</style>
background-color css
<style>
a { background-color: #D62212; }
a { background-color: rgb(214,34,18); }
div.DivClassName
{
background-color: #D62212;
}
.BgClassName
{
background-color: #D62212;
}
</style>
border-color css
<style>
span { border-color: #D62212; }
span { border-color: rgb(214,34,18); }
td.TdClassName
{
border-color: #D62212;
}
.TagClassName
{
border-color: #D62212;
}
</style>