Html Css Color HEX #C1220E Harley Davidson Orange
📋 copy color: '#C1220E'red 193 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #C1220E
Tints of Harley Davidson Orange #C1220E
RGB
CMYK
RGB Variations
Color information
#C1220E (or 0xC1220E) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 0E. RGB value is (193,34,14). Sum of RGB (Red+Green+Blue) = 193+34+14=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1220E is #3EDDF1. Grayscale: #4F4F4F. Windows color (decimal): -4120050 or 926401. OLE color: 926401.
HSL color Cylindrical-coordinate representation of color #C1220E: hue angle of 6.7º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1220E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.24 |
| HSL | 6.7º | 0.86% | 0.41% | - |
| HSV(B) | 6.7º | 0.93% | 0.76% | - |
| XYZ | 22.64 | 12.51 | 1.64 | - |
| YUV | 79.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 14 | 0 | 0.82 | 0.93 | 0.24 | 6.7 | 0.86 | 0.41 |
| Hex | C1 | 22 | E | 0 | 52 | 5D | 18 | 7 | 56 | 29 |
| Octal | 301 | 42 | 16 | 0 | 122 | 135 | 30 | 7 | 126 | 51 |
| Binary | 11000001 | 100010 | 1110 | 0 | 1010010 | 1011101 | 11000 | 111 | 1010110 | 101001 |
Color Harmonies of #C1220E
Complementary color
Monochromatic Colors of #C1220E
Black with #C1220E
Text Example
Text Example
White with #C1220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1220E; }
p { color: rgb(193,34,14); }
H1.HeaderClassName
{
color: #C1220E;
}
.AnyTagClassName
{
color: #C1220E;
}
</style>
background-color css
<style>
a { background-color: #C1220E; }
a { background-color: rgb(193,34,14); }
div.DivClassName
{
background-color: #C1220E;
}
.BgClassName
{
background-color: #C1220E;
}
</style>
border-color css
<style>
span { border-color: #C1220E; }
span { border-color: rgb(193,34,14); }
td.TdClassName
{
border-color: #C1220E;
}
.TagClassName
{
border-color: #C1220E;
}
</style>