Html Css Color HEX #C12513 Harley Davidson Orange
📋 copy color: '#C12513'red 193 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #C12513
Tints of Harley Davidson Orange #C12513
RGB
CMYK
RGB Variations
Color information
#C12513 (or 0xC12513) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 13. RGB value is (193,37,19). Sum of RGB (Red+Green+Blue) = 193+37+19=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12513 is #3EDAEC. Grayscale: #515151. Windows color (decimal): -4119277 or 1254849. OLE color: 1254849.
HSL color Cylindrical-coordinate representation of color #C12513: hue angle of 6.21º degrees, saturation: 0.82, 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 #C12513 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 37 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.24 |
| HSL | 6.21º | 0.82% | 0.42% | - |
| HSV(B) | 6.21º | 0.9% | 0.76% | - |
| XYZ | 22.77 | 12.71 | 1.87 | - |
| YUV | 81.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 37 | 19 | 0 | 0.81 | 0.90 | 0.24 | 6.21 | 0.82 | 0.42 |
| Hex | C1 | 25 | 13 | 0 | 51 | 5A | 18 | 6 | 52 | 2A |
| Octal | 301 | 45 | 23 | 0 | 121 | 132 | 30 | 6 | 122 | 52 |
| Binary | 11000001 | 100101 | 10011 | 0 | 1010001 | 1011010 | 11000 | 110 | 1010010 | 101010 |
Color Harmonies of #C12513
Complementary color
Monochromatic Colors of #C12513
Black with #C12513
Text Example
Text Example
White with #C12513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12513; }
p { color: rgb(193,37,19); }
H1.HeaderClassName
{
color: #C12513;
}
.AnyTagClassName
{
color: #C12513;
}
</style>
background-color css
<style>
a { background-color: #C12513; }
a { background-color: rgb(193,37,19); }
div.DivClassName
{
background-color: #C12513;
}
.BgClassName
{
background-color: #C12513;
}
</style>
border-color css
<style>
span { border-color: #C12513; }
span { border-color: rgb(193,37,19); }
td.TdClassName
{
border-color: #C12513;
}
.TagClassName
{
border-color: #C12513;
}
</style>