Html Css Color HEX #C11E04 Harley Davidson Orange
📋 copy color: '#C11E04'red 193 ◦ green 30 ◦ blue 4
Shades of Harley Davidson Orange #C11E04
Tints of Harley Davidson Orange #C11E04
RGB
CMYK
RGB Variations
Color information
#C11E04 (or 0xC11E04) is known color: Harley Davidson Orange. HEX triplet: C1, 1E and 04. RGB value is (193,30,4). Sum of RGB (Red+Green+Blue) = 193+30+4=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11E04 is #3EE1FB. Grayscale: #4C4C4C. Windows color (decimal): -4121084 or 270017. OLE color: 270017.
HSL color Cylindrical-coordinate representation of color #C11E04: hue angle of 8.25º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C11E04 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 30 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.24 |
| HSL | 8.25º | 0.96% | 0.39% | - |
| HSV(B) | 8.25º | 0.98% | 0.76% | - |
| XYZ | 22.48 | 12.27 | 1.3 | - |
| YUV | 75.77 | 87.5 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 4 | 0 | 0.84 | 0.98 | 0.24 | 8.25 | 0.96 | 0.39 |
| Hex | C1 | 1E | 4 | 0 | 54 | 62 | 18 | 8 | 60 | 27 |
| Octal | 301 | 36 | 4 | 0 | 124 | 142 | 30 | 10 | 140 | 47 |
| Binary | 11000001 | 11110 | 100 | 0 | 1010100 | 1100010 | 11000 | 1000 | 1100000 | 100111 |
Color Harmonies of #C11E04
Complementary color
Monochromatic Colors of #C11E04
Black with #C11E04
Text Example
Text Example
White with #C11E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11E04; }
p { color: rgb(193,30,4); }
H1.HeaderClassName
{
color: #C11E04;
}
.AnyTagClassName
{
color: #C11E04;
}
</style>
background-color css
<style>
a { background-color: #C11E04; }
a { background-color: rgb(193,30,4); }
div.DivClassName
{
background-color: #C11E04;
}
.BgClassName
{
background-color: #C11E04;
}
</style>
border-color css
<style>
span { border-color: #C11E04; }
span { border-color: rgb(193,30,4); }
td.TdClassName
{
border-color: #C11E04;
}
.TagClassName
{
border-color: #C11E04;
}
</style>