Html Css Color HEX #C11C06 Harley Davidson Orange
📋 copy color: '#C11C06'red 193 ◦ green 28 ◦ blue 6
Shades of Harley Davidson Orange #C11C06
Tints of Harley Davidson Orange #C11C06
RGB
CMYK
RGB Variations
Color information
#C11C06 (or 0xC11C06) is known color: Harley Davidson Orange. HEX triplet: C1, 1C and 06. RGB value is (193,28,6). Sum of RGB (Red+Green+Blue) = 193+28+6=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11C06 is #3EE3F9. Grayscale: #4B4B4B. Windows color (decimal): -4121594 or 400577. OLE color: 400577.
HSL color Cylindrical-coordinate representation of color #C11C06: hue angle of 7.06º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C11C06 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 28 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.24 |
| HSL | 7.06º | 0.94% | 0.39% | - |
| HSV(B) | 7.06º | 0.97% | 0.76% | - |
| XYZ | 22.44 | 12.18 | 1.34 | - |
| YUV | 74.83 | 89.16 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 28 | 6 | 0 | 0.85 | 0.97 | 0.24 | 7.06 | 0.94 | 0.39 |
| Hex | C1 | 1C | 6 | 0 | 55 | 61 | 18 | 7 | 5E | 27 |
| Octal | 301 | 34 | 6 | 0 | 125 | 141 | 30 | 7 | 136 | 47 |
| Binary | 11000001 | 11100 | 110 | 0 | 1010101 | 1100001 | 11000 | 111 | 1011110 | 100111 |
Color Harmonies of #C11C06
Complementary color
Monochromatic Colors of #C11C06
Black with #C11C06
Text Example
Text Example
White with #C11C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11C06; }
p { color: rgb(193,28,6); }
H1.HeaderClassName
{
color: #C11C06;
}
.AnyTagClassName
{
color: #C11C06;
}
</style>
background-color css
<style>
a { background-color: #C11C06; }
a { background-color: rgb(193,28,6); }
div.DivClassName
{
background-color: #C11C06;
}
.BgClassName
{
background-color: #C11C06;
}
</style>
border-color css
<style>
span { border-color: #C11C06; }
span { border-color: rgb(193,28,6); }
td.TdClassName
{
border-color: #C11C06;
}
.TagClassName
{
border-color: #C11C06;
}
</style>