Html Css Color HEX #C11F0C Harley Davidson Orange
📋 copy color: '#C11F0C'red 193 ◦ green 31 ◦ blue 12
Shades of Harley Davidson Orange #C11F0C
Tints of Harley Davidson Orange #C11F0C
RGB
CMYK
RGB Variations
Color information
#C11F0C (or 0xC11F0C) is known color: Harley Davidson Orange. HEX triplet: C1, 1F and 0C. RGB value is (193,31,12). Sum of RGB (Red+Green+Blue) = 193+31+12=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11F0C is #3EE0F3. Grayscale: #4D4D4D. Windows color (decimal): -4120820 or 794561. OLE color: 794561.
HSL color Cylindrical-coordinate representation of color #C11F0C: hue angle of 6.3º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C11F0C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.24 |
| HSL | 6.3º | 0.88% | 0.4% | - |
| HSV(B) | 6.3º | 0.94% | 0.76% | - |
| XYZ | 22.55 | 12.34 | 1.54 | - |
| YUV | 77.27 | 91.17 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 12 | 0 | 0.84 | 0.94 | 0.24 | 6.3 | 0.88 | 0.4 |
| Hex | C1 | 1F | C | 0 | 54 | 5E | 18 | 6 | 58 | 28 |
| Octal | 301 | 37 | 14 | 0 | 124 | 136 | 30 | 6 | 130 | 50 |
| Binary | 11000001 | 11111 | 1100 | 0 | 1010100 | 1011110 | 11000 | 110 | 1011000 | 101000 |
Color Harmonies of #C11F0C
Complementary color
Monochromatic Colors of #C11F0C
Black with #C11F0C
Text Example
Text Example
White with #C11F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F0C; }
p { color: rgb(193,31,12); }
H1.HeaderClassName
{
color: #C11F0C;
}
.AnyTagClassName
{
color: #C11F0C;
}
</style>
background-color css
<style>
a { background-color: #C11F0C; }
a { background-color: rgb(193,31,12); }
div.DivClassName
{
background-color: #C11F0C;
}
.BgClassName
{
background-color: #C11F0C;
}
</style>
border-color css
<style>
span { border-color: #C11F0C; }
span { border-color: rgb(193,31,12); }
td.TdClassName
{
border-color: #C11F0C;
}
.TagClassName
{
border-color: #C11F0C;
}
</style>