Html Css Color HEX #D54212 Harley Davidson Orange
📋 copy color: '#D54212'red 213 ◦ green 66 ◦ blue 18
Shades of Harley Davidson Orange #D54212
Tints of Harley Davidson Orange #D54212
RGB
CMYK
RGB Variations
Color information
#D54212 (or 0xD54212) is known color: Harley Davidson Orange. HEX triplet: D5, 42 and 12. RGB value is (213,66,18). Sum of RGB (Red+Green+Blue) = 213+66+18=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D54212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54212 is #2ABDED. Grayscale: #686868. Windows color (decimal): -2801134 or 1196757. OLE color: 1196757.
HSL color Cylindrical-coordinate representation of color #D54212: hue angle of 14.77º 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 #D54212 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 18 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.16 |
| HSL | 14.77º | 0.84% | 0.45% | - |
| HSV(B) | 14.77º | 0.92% | 0.84% | - |
| XYZ | 29.5 | 18.09 | 2.51 | - |
| YUV | 104.48 | 79.2 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 18 | 0 | 0.69 | 0.92 | 0.16 | 14.77 | 0.84 | 0.45 |
| Hex | D5 | 42 | 12 | 0 | 45 | 5C | 10 | F | 54 | 2D |
| Octal | 325 | 102 | 22 | 0 | 105 | 134 | 20 | 17 | 124 | 55 |
| Binary | 11010101 | 1000010 | 10010 | 0 | 1000101 | 1011100 | 10000 | 1111 | 1010100 | 101101 |
Color Harmonies of #D54212
Complementary color
Monochromatic Colors of #D54212
Black with #D54212
Text Example
Text Example
White with #D54212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54212; }
p { color: rgb(213,66,18); }
H1.HeaderClassName
{
color: #D54212;
}
.AnyTagClassName
{
color: #D54212;
}
</style>
background-color css
<style>
a { background-color: #D54212; }
a { background-color: rgb(213,66,18); }
div.DivClassName
{
background-color: #D54212;
}
.BgClassName
{
background-color: #D54212;
}
</style>
border-color css
<style>
span { border-color: #D54212; }
span { border-color: rgb(213,66,18); }
td.TdClassName
{
border-color: #D54212;
}
.TagClassName
{
border-color: #D54212;
}
</style>