Html Css Color HEX #C1350A Harley Davidson Orange
📋 copy color: '#C1350A'red 193 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #C1350A
Tints of Harley Davidson Orange #C1350A
RGB
CMYK
RGB Variations
Color information
#C1350A (or 0xC1350A) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 0A. RGB value is (193,53,10). Sum of RGB (Red+Green+Blue) = 193+53+10=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1350A is #3ECAF5. Grayscale: #5A5A5A. Windows color (decimal): -4115190 or 669121. OLE color: 669121.
HSL color Cylindrical-coordinate representation of color #C1350A: hue angle of 14.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1350A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.24 |
| HSL | 14.1º | 0.9% | 0.4% | - |
| HSV(B) | 14.1º | 0.95% | 0.76% | - |
| XYZ | 23.32 | 13.91 | 1.74 | - |
| YUV | 89.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 10 | 0 | 0.73 | 0.95 | 0.24 | 14.1 | 0.9 | 0.4 |
| Hex | C1 | 35 | A | 0 | 49 | 5F | 18 | E | 5A | 28 |
| Octal | 301 | 65 | 12 | 0 | 111 | 137 | 30 | 16 | 132 | 50 |
| Binary | 11000001 | 110101 | 1010 | 0 | 1001001 | 1011111 | 11000 | 1110 | 1011010 | 101000 |
Color Harmonies of #C1350A
Complementary color
Monochromatic Colors of #C1350A
Black with #C1350A
Text Example
Text Example
White with #C1350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1350A; }
p { color: rgb(193,53,10); }
H1.HeaderClassName
{
color: #C1350A;
}
.AnyTagClassName
{
color: #C1350A;
}
</style>
background-color css
<style>
a { background-color: #C1350A; }
a { background-color: rgb(193,53,10); }
div.DivClassName
{
background-color: #C1350A;
}
.BgClassName
{
background-color: #C1350A;
}
</style>
border-color css
<style>
span { border-color: #C1350A; }
span { border-color: rgb(193,53,10); }
td.TdClassName
{
border-color: #C1350A;
}
.TagClassName
{
border-color: #C1350A;
}
</style>