Html Css Color HEX #C1340A Harley Davidson Orange
📋 copy color: '#C1340A'red 193 ◦ green 52 ◦ blue 10
Shades of Harley Davidson Orange #C1340A
Tints of Harley Davidson Orange #C1340A
RGB
CMYK
RGB Variations
Color information
#C1340A (or 0xC1340A) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 0A. RGB value is (193,52,10). Sum of RGB (Red+Green+Blue) = 193+52+10=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1340A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1340A is #3ECBF5. Grayscale: #595959. Windows color (decimal): -4115446 or 668865. OLE color: 668865.
HSL color Cylindrical-coordinate representation of color #C1340A: hue angle of 13.77º 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 #C1340A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.24 |
| HSL | 13.77º | 0.9% | 0.4% | - |
| HSV(B) | 13.77º | 0.95% | 0.76% | - |
| XYZ | 23.28 | 13.82 | 1.73 | - |
| YUV | 89.37 | 83.21 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 10 | 0 | 0.73 | 0.95 | 0.24 | 13.77 | 0.9 | 0.4 |
| Hex | C1 | 34 | A | 0 | 49 | 5F | 18 | E | 5A | 28 |
| Octal | 301 | 64 | 12 | 0 | 111 | 137 | 30 | 16 | 132 | 50 |
| Binary | 11000001 | 110100 | 1010 | 0 | 1001001 | 1011111 | 11000 | 1110 | 1011010 | 101000 |
Color Harmonies of #C1340A
Complementary color
Monochromatic Colors of #C1340A
Black with #C1340A
Text Example
Text Example
White with #C1340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1340A; }
p { color: rgb(193,52,10); }
H1.HeaderClassName
{
color: #C1340A;
}
.AnyTagClassName
{
color: #C1340A;
}
</style>
background-color css
<style>
a { background-color: #C1340A; }
a { background-color: rgb(193,52,10); }
div.DivClassName
{
background-color: #C1340A;
}
.BgClassName
{
background-color: #C1340A;
}
</style>
border-color css
<style>
span { border-color: #C1340A; }
span { border-color: rgb(193,52,10); }
td.TdClassName
{
border-color: #C1340A;
}
.TagClassName
{
border-color: #C1340A;
}
</style>