Html Css Color HEX #D44312 Harley Davidson Orange
📋 copy color: '#D44312'red 212 ◦ green 67 ◦ blue 18
Shades of Harley Davidson Orange #D44312
Tints of Harley Davidson Orange #D44312
RGB
CMYK
RGB Variations
Color information
#D44312 (or 0xD44312) is known color: Harley Davidson Orange. HEX triplet: D4, 43 and 12. RGB value is (212,67,18). Sum of RGB (Red+Green+Blue) = 212+67+18=297 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.38% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 212 - color contains mainly: red. Hex color #D44312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44312 is #2BBCED. Grayscale: #696969. Windows color (decimal): -2866414 or 1197012. OLE color: 1197012.
HSL color Cylindrical-coordinate representation of color #D44312: hue angle of 15.15º 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 #D44312 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 18 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.17 |
| HSL | 15.15º | 0.84% | 0.45% | - |
| HSV(B) | 15.15º | 0.92% | 0.83% | - |
| XYZ | 29.27 | 18.06 | 2.51 | - |
| YUV | 104.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 18 | 0 | 0.68 | 0.92 | 0.17 | 15.15 | 0.84 | 0.45 |
| Hex | D4 | 43 | 12 | 0 | 44 | 5C | 11 | F | 54 | 2D |
| Octal | 324 | 103 | 22 | 0 | 104 | 134 | 21 | 17 | 124 | 55 |
| Binary | 11010100 | 1000011 | 10010 | 0 | 1000100 | 1011100 | 10001 | 1111 | 1010100 | 101101 |
Color Harmonies of #D44312
Complementary color
Monochromatic Colors of #D44312
Black with #D44312
Text Example
Text Example
White with #D44312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44312; }
p { color: rgb(212,67,18); }
H1.HeaderClassName
{
color: #D44312;
}
.AnyTagClassName
{
color: #D44312;
}
</style>
background-color css
<style>
a { background-color: #D44312; }
a { background-color: rgb(212,67,18); }
div.DivClassName
{
background-color: #D44312;
}
.BgClassName
{
background-color: #D44312;
}
</style>
border-color css
<style>
span { border-color: #D44312; }
span { border-color: rgb(212,67,18); }
td.TdClassName
{
border-color: #D44312;
}
.TagClassName
{
border-color: #D44312;
}
</style>