Html Css Color HEX #D0240C Harley Davidson Orange
📋 copy color: '#D0240C'red 208 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #D0240C
Tints of Harley Davidson Orange #D0240C
RGB
CMYK
RGB Variations
Color information
#D0240C (or 0xD0240C) is known color: Harley Davidson Orange. HEX triplet: D0, 24 and 0C. RGB value is (208,36,12). Sum of RGB (Red+Green+Blue) = 208+36+12=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D0240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0240C is #2FDBF3. Grayscale: #545454. Windows color (decimal): -3136500 or 795856. OLE color: 795856.
HSL color Cylindrical-coordinate representation of color #D0240C: hue angle of 7.35º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0240C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.18 |
| HSL | 7.35º | 0.89% | 0.43% | - |
| HSV(B) | 7.35º | 0.94% | 0.82% | - |
| XYZ | 26.71 | 14.7 | 1.78 | - |
| YUV | 84.69 | 86.98 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 12 | 0 | 0.83 | 0.94 | 0.18 | 7.35 | 0.89 | 0.43 |
| Hex | D0 | 24 | C | 0 | 53 | 5E | 12 | 7 | 59 | 2B |
| Octal | 320 | 44 | 14 | 0 | 123 | 136 | 22 | 7 | 131 | 53 |
| Binary | 11010000 | 100100 | 1100 | 0 | 1010011 | 1011110 | 10010 | 111 | 1011001 | 101011 |
Color Harmonies of #D0240C
Complementary color
Monochromatic Colors of #D0240C
Black with #D0240C
Text Example
Text Example
White with #D0240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0240C; }
p { color: rgb(208,36,12); }
H1.HeaderClassName
{
color: #D0240C;
}
.AnyTagClassName
{
color: #D0240C;
}
</style>
background-color css
<style>
a { background-color: #D0240C; }
a { background-color: rgb(208,36,12); }
div.DivClassName
{
background-color: #D0240C;
}
.BgClassName
{
background-color: #D0240C;
}
</style>
border-color css
<style>
span { border-color: #D0240C; }
span { border-color: rgb(208,36,12); }
td.TdClassName
{
border-color: #D0240C;
}
.TagClassName
{
border-color: #D0240C;
}
</style>