Html Css Color HEX #C1340B Harley Davidson Orange
📋 copy color: '#C1340B'red 193 ◦ green 52 ◦ blue 11
Shades of Harley Davidson Orange #C1340B
Tints of Harley Davidson Orange #C1340B
RGB
CMYK
RGB Variations
Color information
#C1340B (or 0xC1340B) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 0B. RGB value is (193,52,11). Sum of RGB (Red+Green+Blue) = 193+52+11=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1340B is #3ECBF4. Grayscale: #595959. Windows color (decimal): -4115445 or 734401. OLE color: 734401.
HSL color Cylindrical-coordinate representation of color #C1340B: hue angle of 13.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C1340B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.24 |
| HSL | 13.52º | 0.89% | 0.4% | - |
| HSV(B) | 13.52º | 0.94% | 0.76% | - |
| XYZ | 23.28 | 13.82 | 1.76 | - |
| YUV | 89.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 11 | 0 | 0.73 | 0.94 | 0.24 | 13.52 | 0.89 | 0.4 |
| Hex | C1 | 34 | B | 0 | 49 | 5E | 18 | E | 59 | 28 |
| Octal | 301 | 64 | 13 | 0 | 111 | 136 | 30 | 16 | 131 | 50 |
| Binary | 11000001 | 110100 | 1011 | 0 | 1001001 | 1011110 | 11000 | 1110 | 1011001 | 101000 |
Color Harmonies of #C1340B
Complementary color
Monochromatic Colors of #C1340B
Black with #C1340B
Text Example
Text Example
White with #C1340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1340B; }
p { color: rgb(193,52,11); }
H1.HeaderClassName
{
color: #C1340B;
}
.AnyTagClassName
{
color: #C1340B;
}
</style>
background-color css
<style>
a { background-color: #C1340B; }
a { background-color: rgb(193,52,11); }
div.DivClassName
{
background-color: #C1340B;
}
.BgClassName
{
background-color: #C1340B;
}
</style>
border-color css
<style>
span { border-color: #C1340B; }
span { border-color: rgb(193,52,11); }
td.TdClassName
{
border-color: #C1340B;
}
.TagClassName
{
border-color: #C1340B;
}
</style>