Html Css Color HEX #C1330C Harley Davidson Orange
📋 copy color: '#C1330C'red 193 ◦ green 51 ◦ blue 12
Shades of Harley Davidson Orange #C1330C
Tints of Harley Davidson Orange #C1330C
RGB
CMYK
RGB Variations
Color information
#C1330C (or 0xC1330C) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 0C. RGB value is (193,51,12). Sum of RGB (Red+Green+Blue) = 193+51+12=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1330C is #3ECCF3. Grayscale: #595959. Windows color (decimal): -4115700 or 799681. OLE color: 799681.
HSL color Cylindrical-coordinate representation of color #C1330C: hue angle of 12.93º degrees, saturation: 0.88, 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 #C1330C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.24 |
| HSL | 12.93º | 0.88% | 0.4% | - |
| HSV(B) | 12.93º | 0.94% | 0.76% | - |
| XYZ | 23.24 | 13.73 | 1.77 | - |
| YUV | 89.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 12 | 0 | 0.74 | 0.94 | 0.24 | 12.93 | 0.88 | 0.4 |
| Hex | C1 | 33 | C | 0 | 4A | 5E | 18 | D | 58 | 28 |
| Octal | 301 | 63 | 14 | 0 | 112 | 136 | 30 | 15 | 130 | 50 |
| Binary | 11000001 | 110011 | 1100 | 0 | 1001010 | 1011110 | 11000 | 1101 | 1011000 | 101000 |
Color Harmonies of #C1330C
Complementary color
Monochromatic Colors of #C1330C
Black with #C1330C
Text Example
Text Example
White with #C1330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1330C; }
p { color: rgb(193,51,12); }
H1.HeaderClassName
{
color: #C1330C;
}
.AnyTagClassName
{
color: #C1330C;
}
</style>
background-color css
<style>
a { background-color: #C1330C; }
a { background-color: rgb(193,51,12); }
div.DivClassName
{
background-color: #C1330C;
}
.BgClassName
{
background-color: #C1330C;
}
</style>
border-color css
<style>
span { border-color: #C1330C; }
span { border-color: rgb(193,51,12); }
td.TdClassName
{
border-color: #C1330C;
}
.TagClassName
{
border-color: #C1330C;
}
</style>