Html Css Color HEX #C1301A Harley Davidson Orange
📋 copy color: '#C1301A'red 193 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #C1301A
Tints of Harley Davidson Orange #C1301A
RGB
CMYK
RGB Variations
Color information
#C1301A (or 0xC1301A) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 1A. RGB value is (193,48,26). Sum of RGB (Red+Green+Blue) = 193+48+26=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C1301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1301A is #3ECFE5. Grayscale: #595959. Windows color (decimal): -4116454 or 1716417. OLE color: 1716417.
HSL color Cylindrical-coordinate representation of color #C1301A: hue angle of 7.9º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1301A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.24 |
| HSL | 7.9º | 0.76% | 0.43% | - |
| HSV(B) | 7.9º | 0.87% | 0.76% | - |
| XYZ | 23.24 | 13.53 | 2.36 | - |
| YUV | 88.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 26 | 0 | 0.75 | 0.87 | 0.24 | 7.9 | 0.76 | 0.43 |
| Hex | C1 | 30 | 1A | 0 | 4B | 57 | 18 | 8 | 4C | 2B |
| Octal | 301 | 60 | 32 | 0 | 113 | 127 | 30 | 10 | 114 | 53 |
| Binary | 11000001 | 110000 | 11010 | 0 | 1001011 | 1010111 | 11000 | 1000 | 1001100 | 101011 |
Color Harmonies of #C1301A
Complementary color
Monochromatic Colors of #C1301A
Black with #C1301A
Text Example
Text Example
White with #C1301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1301A; }
p { color: rgb(193,48,26); }
H1.HeaderClassName
{
color: #C1301A;
}
.AnyTagClassName
{
color: #C1301A;
}
</style>
background-color css
<style>
a { background-color: #C1301A; }
a { background-color: rgb(193,48,26); }
div.DivClassName
{
background-color: #C1301A;
}
.BgClassName
{
background-color: #C1301A;
}
</style>
border-color css
<style>
span { border-color: #C1301A; }
span { border-color: rgb(193,48,26); }
td.TdClassName
{
border-color: #C1301A;
}
.TagClassName
{
border-color: #C1301A;
}
</style>