Html Css Color HEX #D44013 Harley Davidson Orange
📋 copy color: '#D44013'red 212 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #D44013
Tints of Harley Davidson Orange #D44013
RGB
CMYK
RGB Variations
Color information
#D44013 (or 0xD44013) is known color: Harley Davidson Orange. HEX triplet: D4, 40 and 13. RGB value is (212,64,19). Sum of RGB (Red+Green+Blue) = 212+64+19=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D44013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44013 is #2BBFEC. Grayscale: #676767. Windows color (decimal): -2867181 or 1261780. OLE color: 1261780.
HSL color Cylindrical-coordinate representation of color #D44013: hue angle of 13.99º degrees, saturation: 0.84, 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 #D44013 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.17 |
| HSL | 13.99º | 0.84% | 0.45% | - |
| HSV(B) | 13.99º | 0.91% | 0.83% | - |
| XYZ | 29.1 | 17.71 | 2.5 | - |
| YUV | 103.12 | 80.53 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 19 | 0 | 0.70 | 0.91 | 0.17 | 13.99 | 0.84 | 0.45 |
| Hex | D4 | 40 | 13 | 0 | 46 | 5B | 11 | E | 54 | 2D |
| Octal | 324 | 100 | 23 | 0 | 106 | 133 | 21 | 16 | 124 | 55 |
| Binary | 11010100 | 1000000 | 10011 | 0 | 1000110 | 1011011 | 10001 | 1110 | 1010100 | 101101 |
Color Harmonies of #D44013
Complementary color
Monochromatic Colors of #D44013
Black with #D44013
Text Example
Text Example
White with #D44013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44013; }
p { color: rgb(212,64,19); }
H1.HeaderClassName
{
color: #D44013;
}
.AnyTagClassName
{
color: #D44013;
}
</style>
background-color css
<style>
a { background-color: #D44013; }
a { background-color: rgb(212,64,19); }
div.DivClassName
{
background-color: #D44013;
}
.BgClassName
{
background-color: #D44013;
}
</style>
border-color css
<style>
span { border-color: #D44013; }
span { border-color: rgb(212,64,19); }
td.TdClassName
{
border-color: #D44013;
}
.TagClassName
{
border-color: #D44013;
}
</style>