Html Css Color HEX #D44314 Harley Davidson Orange
📋 copy color: '#D44314'red 212 ◦ green 67 ◦ blue 20
Shades of Harley Davidson Orange #D44314
Tints of Harley Davidson Orange #D44314
RGB
CMYK
RGB Variations
Color information
#D44314 (or 0xD44314) is known color: Harley Davidson Orange. HEX triplet: D4, 43 and 14. RGB value is (212,67,20). Sum of RGB (Red+Green+Blue) = 212+67+20=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D44314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44314 is #2BBCEB. Grayscale: #696969. Windows color (decimal): -2866412 or 1328084. OLE color: 1328084.
HSL color Cylindrical-coordinate representation of color #D44314: hue angle of 14.69º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D44314 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 20 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.17 |
| HSL | 14.69º | 0.83% | 0.45% | - |
| HSV(B) | 14.69º | 0.91% | 0.83% | - |
| XYZ | 29.28 | 18.06 | 2.6 | - |
| YUV | 105 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 20 | 0 | 0.68 | 0.91 | 0.17 | 14.69 | 0.83 | 0.45 |
| Hex | D4 | 43 | 14 | 0 | 44 | 5B | 11 | F | 53 | 2D |
| Octal | 324 | 103 | 24 | 0 | 104 | 133 | 21 | 17 | 123 | 55 |
| Binary | 11010100 | 1000011 | 10100 | 0 | 1000100 | 1011011 | 10001 | 1111 | 1010011 | 101101 |
Color Harmonies of #D44314
Complementary color
Monochromatic Colors of #D44314
Black with #D44314
Text Example
Text Example
White with #D44314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44314; }
p { color: rgb(212,67,20); }
H1.HeaderClassName
{
color: #D44314;
}
.AnyTagClassName
{
color: #D44314;
}
</style>
background-color css
<style>
a { background-color: #D44314; }
a { background-color: rgb(212,67,20); }
div.DivClassName
{
background-color: #D44314;
}
.BgClassName
{
background-color: #D44314;
}
</style>
border-color css
<style>
span { border-color: #D44314; }
span { border-color: rgb(212,67,20); }
td.TdClassName
{
border-color: #D44314;
}
.TagClassName
{
border-color: #D44314;
}
</style>