Html Css Color HEX #C12314 Harley Davidson Orange
📋 copy color: '#C12314'red 193 ◦ green 35 ◦ blue 20
Shades of Harley Davidson Orange #C12314
Tints of Harley Davidson Orange #C12314
RGB
CMYK
RGB Variations
Color information
#C12314 (or 0xC12314) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 14. RGB value is (193,35,20). Sum of RGB (Red+Green+Blue) = 193+35+20=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C12314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12314 is #3EDCEB. Grayscale: #505050. Windows color (decimal): -4119788 or 1319873. OLE color: 1319873.
HSL color Cylindrical-coordinate representation of color #C12314: hue angle of 5.2º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C12314 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.24 |
| HSL | 5.2º | 0.81% | 0.42% | - |
| HSV(B) | 5.2º | 0.9% | 0.76% | - |
| XYZ | 22.72 | 12.59 | 1.89 | - |
| YUV | 80.53 | 93.85 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 20 | 0 | 0.82 | 0.90 | 0.24 | 5.2 | 0.81 | 0.42 |
| Hex | C1 | 23 | 14 | 0 | 52 | 5A | 18 | 5 | 51 | 2A |
| Octal | 301 | 43 | 24 | 0 | 122 | 132 | 30 | 5 | 121 | 52 |
| Binary | 11000001 | 100011 | 10100 | 0 | 1010010 | 1011010 | 11000 | 101 | 1010001 | 101010 |
Color Harmonies of #C12314
Complementary color
Monochromatic Colors of #C12314
Black with #C12314
Text Example
Text Example
White with #C12314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12314; }
p { color: rgb(193,35,20); }
H1.HeaderClassName
{
color: #C12314;
}
.AnyTagClassName
{
color: #C12314;
}
</style>
background-color css
<style>
a { background-color: #C12314; }
a { background-color: rgb(193,35,20); }
div.DivClassName
{
background-color: #C12314;
}
.BgClassName
{
background-color: #C12314;
}
</style>
border-color css
<style>
span { border-color: #C12314; }
span { border-color: rgb(193,35,20); }
td.TdClassName
{
border-color: #C12314;
}
.TagClassName
{
border-color: #C12314;
}
</style>