Html Css Color HEX #D24413 Harley Davidson Orange
📋 copy color: '#D24413'red 210 ◦ green 68 ◦ blue 19
Shades of Harley Davidson Orange #D24413
Tints of Harley Davidson Orange #D24413
RGB
CMYK
RGB Variations
Color information
#D24413 (or 0xD24413) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 13. RGB value is (210,68,19). Sum of RGB (Red+Green+Blue) = 210+68+19=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D24413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24413 is #2DBBEC. Grayscale: #696969. Windows color (decimal): -2997229 or 1262802. OLE color: 1262802.
HSL color Cylindrical-coordinate representation of color #D24413: hue angle of 15.39º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D24413 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 68 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.18 |
| HSL | 15.39º | 0.83% | 0.45% | - |
| HSV(B) | 15.39º | 0.91% | 0.82% | - |
| XYZ | 28.76 | 17.88 | 2.55 | - |
| YUV | 104.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 68 | 19 | 0 | 0.68 | 0.91 | 0.18 | 15.39 | 0.83 | 0.45 |
| Hex | D2 | 44 | 13 | 0 | 44 | 5B | 12 | F | 53 | 2D |
| Octal | 322 | 104 | 23 | 0 | 104 | 133 | 22 | 17 | 123 | 55 |
| Binary | 11010010 | 1000100 | 10011 | 0 | 1000100 | 1011011 | 10010 | 1111 | 1010011 | 101101 |
Color Harmonies of #D24413
Complementary color
Monochromatic Colors of #D24413
Black with #D24413
Text Example
Text Example
White with #D24413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24413; }
p { color: rgb(210,68,19); }
H1.HeaderClassName
{
color: #D24413;
}
.AnyTagClassName
{
color: #D24413;
}
</style>
background-color css
<style>
a { background-color: #D24413; }
a { background-color: rgb(210,68,19); }
div.DivClassName
{
background-color: #D24413;
}
.BgClassName
{
background-color: #D24413;
}
</style>
border-color css
<style>
span { border-color: #D24413; }
span { border-color: rgb(210,68,19); }
td.TdClassName
{
border-color: #D24413;
}
.TagClassName
{
border-color: #D24413;
}
</style>