Html Css Color HEX #C1330B Harley Davidson Orange
📋 copy color: '#C1330B'red 193 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #C1330B
Tints of Harley Davidson Orange #C1330B
RGB
CMYK
RGB Variations
Color information
#C1330B (or 0xC1330B) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 0B. RGB value is (193,51,11). Sum of RGB (Red+Green+Blue) = 193+51+11=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1330B is #3ECCF4. Grayscale: #595959. Windows color (decimal): -4115701 or 734145. OLE color: 734145.
HSL color Cylindrical-coordinate representation of color #C1330B: hue angle of 13.19º 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 #C1330B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.24 |
| HSL | 13.19º | 0.89% | 0.4% | - |
| HSV(B) | 13.19º | 0.94% | 0.76% | - |
| XYZ | 23.24 | 13.73 | 1.74 | - |
| YUV | 88.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 11 | 0 | 0.74 | 0.94 | 0.24 | 13.19 | 0.89 | 0.4 |
| Hex | C1 | 33 | B | 0 | 4A | 5E | 18 | D | 59 | 28 |
| Octal | 301 | 63 | 13 | 0 | 112 | 136 | 30 | 15 | 131 | 50 |
| Binary | 11000001 | 110011 | 1011 | 0 | 1001010 | 1011110 | 11000 | 1101 | 1011001 | 101000 |
Color Harmonies of #C1330B
Complementary color
Monochromatic Colors of #C1330B
Black with #C1330B
Text Example
Text Example
White with #C1330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1330B; }
p { color: rgb(193,51,11); }
H1.HeaderClassName
{
color: #C1330B;
}
.AnyTagClassName
{
color: #C1330B;
}
</style>
background-color css
<style>
a { background-color: #C1330B; }
a { background-color: rgb(193,51,11); }
div.DivClassName
{
background-color: #C1330B;
}
.BgClassName
{
background-color: #C1330B;
}
</style>
border-color css
<style>
span { border-color: #C1330B; }
span { border-color: rgb(193,51,11); }
td.TdClassName
{
border-color: #C1330B;
}
.TagClassName
{
border-color: #C1330B;
}
</style>