Html Css Color HEX #C11E00 Harley Davidson Orange
📋 copy color: '#C11E00'red 193 ◦ green 30 ◦ blue 0
Shades of Harley Davidson Orange #C11E00
Tints of Harley Davidson Orange #C11E00
RGB
CMYK
RGB Variations
Color information
#C11E00 (or 0xC11E00) is known color: Harley Davidson Orange. HEX triplet: C1, 1E and 00. RGB value is (193,30,0). Sum of RGB (Red+Green+Blue) = 193+30+0=223 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.55% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E00 is #3EE1FF. Grayscale: #4B4B4B. Windows color (decimal): -4121088 or 7873. OLE color: 7873.
HSL color Cylindrical-coordinate representation of color #C11E00: hue angle of 9.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C11E00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.24 |
| HSL | 9.33º | 1% | 0.38% | - |
| HSV(B) | 9.33º | 1% | 0.76% | - |
| XYZ | 22.46 | 12.27 | 1.18 | - |
| YUV | 75.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 0 | 0 | 0.84 | 1 | 0.24 | 9.33 | 1 | 0.38 |
| Hex | C1 | 1E | 0 | 0 | 54 | 64 | 18 | 9 | 64 | 26 |
| Octal | 301 | 36 | 0 | 0 | 124 | 144 | 30 | 11 | 144 | 46 |
| Binary | 11000001 | 11110 | 0 | 0 | 1010100 | 1100100 | 11000 | 1001 | 1100100 | 100110 |
Color Harmonies of #C11E00
Complementary color
Monochromatic Colors of #C11E00
Black with #C11E00
Text Example
Text Example
White with #C11E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E00; }
p { color: rgb(193,30,0); }
H1.HeaderClassName
{
color: #C11E00;
}
.AnyTagClassName
{
color: #C11E00;
}
</style>
background-color css
<style>
a { background-color: #C11E00; }
a { background-color: rgb(193,30,0); }
div.DivClassName
{
background-color: #C11E00;
}
.BgClassName
{
background-color: #C11E00;
}
</style>
border-color css
<style>
span { border-color: #C11E00; }
span { border-color: rgb(193,30,0); }
td.TdClassName
{
border-color: #C11E00;
}
.TagClassName
{
border-color: #C11E00;
}
</style>