Html Css Color HEX #D5240C Harley Davidson Orange
📋 copy color: '#D5240C'red 213 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #D5240C
Tints of Harley Davidson Orange #D5240C
RGB
CMYK
RGB Variations
Color information
#D5240C (or 0xD5240C) is known color: Harley Davidson Orange. HEX triplet: D5, 24 and 0C. RGB value is (213,36,12). Sum of RGB (Red+Green+Blue) = 213+36+12=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D5240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5240C is #2ADBF3. Grayscale: #565656. Windows color (decimal): -2808820 or 795861. OLE color: 795861.
HSL color Cylindrical-coordinate representation of color #D5240C: hue angle of 7.16º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5240C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.16 |
| HSL | 7.16º | 0.89% | 0.44% | - |
| HSV(B) | 7.16º | 0.94% | 0.84% | - |
| XYZ | 28.14 | 15.43 | 1.84 | - |
| YUV | 86.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 12 | 0 | 0.83 | 0.94 | 0.16 | 7.16 | 0.89 | 0.44 |
| Hex | D5 | 24 | C | 0 | 53 | 5E | 10 | 7 | 59 | 2C |
| Octal | 325 | 44 | 14 | 0 | 123 | 136 | 20 | 7 | 131 | 54 |
| Binary | 11010101 | 100100 | 1100 | 0 | 1010011 | 1011110 | 10000 | 111 | 1011001 | 101100 |
Color Harmonies of #D5240C
Complementary color
Monochromatic Colors of #D5240C
Black with #D5240C
Text Example
Text Example
White with #D5240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5240C; }
p { color: rgb(213,36,12); }
H1.HeaderClassName
{
color: #D5240C;
}
.AnyTagClassName
{
color: #D5240C;
}
</style>
background-color css
<style>
a { background-color: #D5240C; }
a { background-color: rgb(213,36,12); }
div.DivClassName
{
background-color: #D5240C;
}
.BgClassName
{
background-color: #D5240C;
}
</style>
border-color css
<style>
span { border-color: #D5240C; }
span { border-color: rgb(213,36,12); }
td.TdClassName
{
border-color: #D5240C;
}
.TagClassName
{
border-color: #D5240C;
}
</style>