Html Css Color HEX #C11C04 Harley Davidson Orange
📋 copy color: '#C11C04'red 193 ◦ green 28 ◦ blue 4
Shades of Harley Davidson Orange #C11C04
Tints of Harley Davidson Orange #C11C04
RGB
CMYK
RGB Variations
Color information
#C11C04 (or 0xC11C04) is known color: Harley Davidson Orange. HEX triplet: C1, 1C and 04. RGB value is (193,28,4). Sum of RGB (Red+Green+Blue) = 193+28+4=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C04 is #3EE3FB. Grayscale: #4A4A4A. Windows color (decimal): -4121596 or 269505. OLE color: 269505.
HSL color Cylindrical-coordinate representation of color #C11C04: hue angle of 7.62º 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 #C11C04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.24 |
| HSL | 7.62º | 0.96% | 0.39% | - |
| HSV(B) | 7.62º | 0.98% | 0.76% | - |
| XYZ | 22.43 | 12.18 | 1.28 | - |
| YUV | 74.6 | 88.16 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 4 | 0 | 0.85 | 0.98 | 0.24 | 7.62 | 0.96 | 0.39 |
| Hex | C1 | 1C | 4 | 0 | 55 | 62 | 18 | 8 | 60 | 27 |
| Octal | 301 | 34 | 4 | 0 | 125 | 142 | 30 | 10 | 140 | 47 |
| Binary | 11000001 | 11100 | 100 | 0 | 1010101 | 1100010 | 11000 | 1000 | 1100000 | 100111 |
Color Harmonies of #C11C04
Complementary color
Monochromatic Colors of #C11C04
Black with #C11C04
Text Example
Text Example
White with #C11C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C04; }
p { color: rgb(193,28,4); }
H1.HeaderClassName
{
color: #C11C04;
}
.AnyTagClassName
{
color: #C11C04;
}
</style>
background-color css
<style>
a { background-color: #C11C04; }
a { background-color: rgb(193,28,4); }
div.DivClassName
{
background-color: #C11C04;
}
.BgClassName
{
background-color: #C11C04;
}
</style>
border-color css
<style>
span { border-color: #C11C04; }
span { border-color: rgb(193,28,4); }
td.TdClassName
{
border-color: #C11C04;
}
.TagClassName
{
border-color: #C11C04;
}
</style>