Html Css Color HEX #C11F0D Harley Davidson Orange
📋 copy color: '#C11F0D'red 193 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #C11F0D
Tints of Harley Davidson Orange #C11F0D
RGB
CMYK
RGB Variations
Color information
#C11F0D (or 0xC11F0D) is known color: Harley Davidson Orange. HEX triplet: C1, 1F and 0D. RGB value is (193,31,13). Sum of RGB (Red+Green+Blue) = 193+31+13=237 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.43% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11F0D is #3EE0F2. Grayscale: #4D4D4D. Windows color (decimal): -4120819 or 860097. OLE color: 860097.
HSL color Cylindrical-coordinate representation of color #C11F0D: hue angle of 6º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C11F0D is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 31 | 13 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.24 |
| HSL | 6º | 0.87% | 0.4% | - |
| HSV(B) | 6º | 0.93% | 0.76% | - |
| XYZ | 22.55 | 12.35 | 1.58 | - |
| YUV | 77.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 31 | 13 | 0 | 0.84 | 0.93 | 0.24 | 6 | 0.87 | 0.4 |
| Hex | C1 | 1F | D | 0 | 54 | 5D | 18 | 6 | 57 | 28 |
| Octal | 301 | 37 | 15 | 0 | 124 | 135 | 30 | 6 | 127 | 50 |
| Binary | 11000001 | 11111 | 1101 | 0 | 1010100 | 1011101 | 11000 | 110 | 1010111 | 101000 |
Color Harmonies of #C11F0D
Complementary color
Monochromatic Colors of #C11F0D
Black with #C11F0D
Text Example
Text Example
White with #C11F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11F0D; }
p { color: rgb(193,31,13); }
H1.HeaderClassName
{
color: #C11F0D;
}
.AnyTagClassName
{
color: #C11F0D;
}
</style>
background-color css
<style>
a { background-color: #C11F0D; }
a { background-color: rgb(193,31,13); }
div.DivClassName
{
background-color: #C11F0D;
}
.BgClassName
{
background-color: #C11F0D;
}
</style>
border-color css
<style>
span { border-color: #C11F0D; }
span { border-color: rgb(193,31,13); }
td.TdClassName
{
border-color: #C11F0D;
}
.TagClassName
{
border-color: #C11F0D;
}
</style>