Html Css Color HEX #C13113 Harley Davidson Orange
📋 copy color: '#C13113'red 193 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #C13113
Tints of Harley Davidson Orange #C13113
RGB
CMYK
RGB Variations
Color information
#C13113 (or 0xC13113) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 13. RGB value is (193,49,19). Sum of RGB (Red+Green+Blue) = 193+49+19=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C13113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13113 is #3ECEEC. Grayscale: #585858. Windows color (decimal): -4116205 or 1257921. OLE color: 1257921.
HSL color Cylindrical-coordinate representation of color #C13113: hue angle of 10.34º 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 #C13113 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.24 |
| HSL | 10.34º | 0.82% | 0.42% | - |
| HSV(B) | 10.34º | 0.9% | 0.76% | - |
| XYZ | 23.21 | 13.58 | 2.01 | - |
| YUV | 88.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 19 | 0 | 0.75 | 0.90 | 0.24 | 10.34 | 0.82 | 0.42 |
| Hex | C1 | 31 | 13 | 0 | 4B | 5A | 18 | A | 52 | 2A |
| Octal | 301 | 61 | 23 | 0 | 113 | 132 | 30 | 12 | 122 | 52 |
| Binary | 11000001 | 110001 | 10011 | 0 | 1001011 | 1011010 | 11000 | 1010 | 1010010 | 101010 |
Color Harmonies of #C13113
Complementary color
Monochromatic Colors of #C13113
Black with #C13113
Text Example
Text Example
White with #C13113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13113; }
p { color: rgb(193,49,19); }
H1.HeaderClassName
{
color: #C13113;
}
.AnyTagClassName
{
color: #C13113;
}
</style>
background-color css
<style>
a { background-color: #C13113; }
a { background-color: rgb(193,49,19); }
div.DivClassName
{
background-color: #C13113;
}
.BgClassName
{
background-color: #C13113;
}
</style>
border-color css
<style>
span { border-color: #C13113; }
span { border-color: rgb(193,49,19); }
td.TdClassName
{
border-color: #C13113;
}
.TagClassName
{
border-color: #C13113;
}
</style>