Html Css Color HEX #C0240E Harley Davidson Orange
📋 copy color: '#C0240E'red 192 ◦ green 36 ◦ blue 14
Shades of Harley Davidson Orange #C0240E
Tints of Harley Davidson Orange #C0240E
RGB
CMYK
RGB Variations
Color information
#C0240E (or 0xC0240E) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 0E. RGB value is (192,36,14). Sum of RGB (Red+Green+Blue) = 192+36+14=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0240E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0240E is #3FDBF1. Grayscale: #505050. Windows color (decimal): -4185074 or 926912. OLE color: 926912.
HSL color Cylindrical-coordinate representation of color #C0240E: hue angle of 7.42º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0240E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 14 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.25 |
| HSL | 7.42º | 0.86% | 0.4% | - |
| HSV(B) | 7.42º | 0.93% | 0.75% | - |
| XYZ | 22.45 | 12.5 | 1.65 | - |
| YUV | 80.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 14 | 0 | 0.81 | 0.93 | 0.25 | 7.42 | 0.86 | 0.4 |
| Hex | C0 | 24 | E | 0 | 51 | 5D | 19 | 7 | 56 | 28 |
| Octal | 300 | 44 | 16 | 0 | 121 | 135 | 31 | 7 | 126 | 50 |
| Binary | 11000000 | 100100 | 1110 | 0 | 1010001 | 1011101 | 11001 | 111 | 1010110 | 101000 |
Color Harmonies of #C0240E
Complementary color
Monochromatic Colors of #C0240E
Black with #C0240E
Text Example
Text Example
White with #C0240E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0240E; }
p { color: rgb(192,36,14); }
H1.HeaderClassName
{
color: #C0240E;
}
.AnyTagClassName
{
color: #C0240E;
}
</style>
background-color css
<style>
a { background-color: #C0240E; }
a { background-color: rgb(192,36,14); }
div.DivClassName
{
background-color: #C0240E;
}
.BgClassName
{
background-color: #C0240E;
}
</style>
border-color css
<style>
span { border-color: #C0240E; }
span { border-color: rgb(192,36,14); }
td.TdClassName
{
border-color: #C0240E;
}
.TagClassName
{
border-color: #C0240E;
}
</style>