Html Css Color HEX #C12413 Harley Davidson Orange
📋 copy color: '#C12413'red 193 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #C12413
Tints of Harley Davidson Orange #C12413
RGB
CMYK
RGB Variations
Color information
#C12413 (or 0xC12413) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 13. RGB value is (193,36,19). Sum of RGB (Red+Green+Blue) = 193+36+19=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C12413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12413 is #3EDBEC. Grayscale: #515151. Windows color (decimal): -4119533 or 1254593. OLE color: 1254593.
HSL color Cylindrical-coordinate representation of color #C12413: hue angle of 5.86º 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 #C12413 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 19 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.24 |
| HSL | 5.86º | 0.82% | 0.42% | - |
| HSV(B) | 5.86º | 0.9% | 0.76% | - |
| XYZ | 22.74 | 12.65 | 1.86 | - |
| YUV | 81.01 | 93.01 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 19 | 0 | 0.81 | 0.90 | 0.24 | 5.86 | 0.82 | 0.42 |
| Hex | C1 | 24 | 13 | 0 | 51 | 5A | 18 | 6 | 52 | 2A |
| Octal | 301 | 44 | 23 | 0 | 121 | 132 | 30 | 6 | 122 | 52 |
| Binary | 11000001 | 100100 | 10011 | 0 | 1010001 | 1011010 | 11000 | 110 | 1010010 | 101010 |
Color Harmonies of #C12413
Complementary color
Monochromatic Colors of #C12413
Black with #C12413
Text Example
Text Example
White with #C12413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12413; }
p { color: rgb(193,36,19); }
H1.HeaderClassName
{
color: #C12413;
}
.AnyTagClassName
{
color: #C12413;
}
</style>
background-color css
<style>
a { background-color: #C12413; }
a { background-color: rgb(193,36,19); }
div.DivClassName
{
background-color: #C12413;
}
.BgClassName
{
background-color: #C12413;
}
</style>
border-color css
<style>
span { border-color: #C12413; }
span { border-color: rgb(193,36,19); }
td.TdClassName
{
border-color: #C12413;
}
.TagClassName
{
border-color: #C12413;
}
</style>