Html Css Color HEX #C12A0E Harley Davidson Orange
📋 copy color: '#C12A0E'red 193 ◦ green 42 ◦ blue 14
Shades of Harley Davidson Orange #C12A0E
Tints of Harley Davidson Orange #C12A0E
RGB
CMYK
RGB Variations
Color information
#C12A0E (or 0xC12A0E) is known color: Harley Davidson Orange. HEX triplet: C1, 2A and 0E. RGB value is (193,42,14). Sum of RGB (Red+Green+Blue) = 193+42+14=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A0E is #3ED5F1. Grayscale: #545454. Windows color (decimal): -4118002 or 928449. OLE color: 928449.
HSL color Cylindrical-coordinate representation of color #C12A0E: hue angle of 9.39º 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 #C12A0E is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 42 | 14 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.24 |
| HSL | 9.39º | 0.86% | 0.41% | - |
| HSV(B) | 9.39º | 0.93% | 0.76% | - |
| XYZ | 22.9 | 13.03 | 1.72 | - |
| YUV | 83.96 | 88.53 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 42 | 14 | 0 | 0.78 | 0.93 | 0.24 | 9.39 | 0.86 | 0.41 |
| Hex | C1 | 2A | E | 0 | 4E | 5D | 18 | 9 | 56 | 29 |
| Octal | 301 | 52 | 16 | 0 | 116 | 135 | 30 | 11 | 126 | 51 |
| Binary | 11000001 | 101010 | 1110 | 0 | 1001110 | 1011101 | 11000 | 1001 | 1010110 | 101001 |
Color Harmonies of #C12A0E
Complementary color
Monochromatic Colors of #C12A0E
Black with #C12A0E
Text Example
Text Example
White with #C12A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12A0E; }
p { color: rgb(193,42,14); }
H1.HeaderClassName
{
color: #C12A0E;
}
.AnyTagClassName
{
color: #C12A0E;
}
</style>
background-color css
<style>
a { background-color: #C12A0E; }
a { background-color: rgb(193,42,14); }
div.DivClassName
{
background-color: #C12A0E;
}
.BgClassName
{
background-color: #C12A0E;
}
</style>
border-color css
<style>
span { border-color: #C12A0E; }
span { border-color: rgb(193,42,14); }
td.TdClassName
{
border-color: #C12A0E;
}
.TagClassName
{
border-color: #C12A0E;
}
</style>