Html Css Color HEX #D44318 Harley Davidson Orange
📋 copy color: '#D44318'red 212 ◦ green 67 ◦ blue 24
Shades of Harley Davidson Orange #D44318
Tints of Harley Davidson Orange #D44318
RGB
CMYK
RGB Variations
Color information
#D44318 (or 0xD44318) is known color: Harley Davidson Orange. HEX triplet: D4, 43 and 18. RGB value is (212,67,24). Sum of RGB (Red+Green+Blue) = 212+67+24=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D44318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44318 is #2BBCE7. Grayscale: #696969. Windows color (decimal): -2866408 or 1590228. OLE color: 1590228.
HSL color Cylindrical-coordinate representation of color #D44318: hue angle of 13.72º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D44318 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.17 |
| HSL | 13.72º | 0.8% | 0.46% | - |
| HSV(B) | 13.72º | 0.89% | 0.83% | - |
| XYZ | 29.32 | 18.08 | 2.81 | - |
| YUV | 105.45 | 82.04 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 24 | 0 | 0.68 | 0.89 | 0.17 | 13.72 | 0.8 | 0.46 |
| Hex | D4 | 43 | 18 | 0 | 44 | 59 | 11 | E | 50 | 2E |
| Octal | 324 | 103 | 30 | 0 | 104 | 131 | 21 | 16 | 120 | 56 |
| Binary | 11010100 | 1000011 | 11000 | 0 | 1000100 | 1011001 | 10001 | 1110 | 1010000 | 101110 |
Color Harmonies of #D44318
Complementary color
Monochromatic Colors of #D44318
Black with #D44318
Text Example
Text Example
White with #D44318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44318; }
p { color: rgb(212,67,24); }
H1.HeaderClassName
{
color: #D44318;
}
.AnyTagClassName
{
color: #D44318;
}
</style>
background-color css
<style>
a { background-color: #D44318; }
a { background-color: rgb(212,67,24); }
div.DivClassName
{
background-color: #D44318;
}
.BgClassName
{
background-color: #D44318;
}
</style>
border-color css
<style>
span { border-color: #D44318; }
span { border-color: rgb(212,67,24); }
td.TdClassName
{
border-color: #D44318;
}
.TagClassName
{
border-color: #D44318;
}
</style>