Html Css Color HEX #C13101 Harley Davidson Orange
📋 copy color: '#C13101'red 193 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #C13101
Tints of Harley Davidson Orange #C13101
RGB
CMYK
RGB Variations
Color information
#C13101 (or 0xC13101) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 01. RGB value is (193,49,1). Sum of RGB (Red+Green+Blue) = 193+49+1=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C13101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13101 is #3ECEFE. Grayscale: #565656. Windows color (decimal): -4116223 or 78273. OLE color: 78273.
HSL color Cylindrical-coordinate representation of color #C13101: hue angle of 15º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C13101 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 1 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.24 |
| HSL | 15º | 0.99% | 0.38% | - |
| HSV(B) | 15º | 0.99% | 0.76% | - |
| XYZ | 23.1 | 13.54 | 1.42 | - |
| YUV | 86.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 1 | 0 | 0.75 | 0.99 | 0.24 | 15 | 0.99 | 0.38 |
| Hex | C1 | 31 | 1 | 0 | 4B | 63 | 18 | F | 63 | 26 |
| Octal | 301 | 61 | 1 | 0 | 113 | 143 | 30 | 17 | 143 | 46 |
| Binary | 11000001 | 110001 | 1 | 0 | 1001011 | 1100011 | 11000 | 1111 | 1100011 | 100110 |
Color Harmonies of #C13101
Complementary color
Monochromatic Colors of #C13101
Black with #C13101
Text Example
Text Example
White with #C13101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13101; }
p { color: rgb(193,49,1); }
H1.HeaderClassName
{
color: #C13101;
}
.AnyTagClassName
{
color: #C13101;
}
</style>
background-color css
<style>
a { background-color: #C13101; }
a { background-color: rgb(193,49,1); }
div.DivClassName
{
background-color: #C13101;
}
.BgClassName
{
background-color: #C13101;
}
</style>
border-color css
<style>
span { border-color: #C13101; }
span { border-color: rgb(193,49,1); }
td.TdClassName
{
border-color: #C13101;
}
.TagClassName
{
border-color: #C13101;
}
</style>