Html Css Color HEX #C1280C Harley Davidson Orange
📋 copy color: '#C1280C'red 193 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #C1280C
Tints of Harley Davidson Orange #C1280C
RGB
CMYK
RGB Variations
Color information
#C1280C (or 0xC1280C) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 0C. RGB value is (193,40,12). Sum of RGB (Red+Green+Blue) = 193+40+12=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1280C is #3ED7F3. Grayscale: #525252. Windows color (decimal): -4118516 or 796865. OLE color: 796865.
HSL color Cylindrical-coordinate representation of color #C1280C: hue angle of 9.28º 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 #C1280C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.24 |
| HSL | 9.28º | 0.88% | 0.4% | - |
| HSV(B) | 9.28º | 0.94% | 0.76% | - |
| XYZ | 22.82 | 12.88 | 1.63 | - |
| YUV | 82.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 12 | 0 | 0.79 | 0.94 | 0.24 | 9.28 | 0.88 | 0.4 |
| Hex | C1 | 28 | C | 0 | 4F | 5E | 18 | 9 | 58 | 28 |
| Octal | 301 | 50 | 14 | 0 | 117 | 136 | 30 | 11 | 130 | 50 |
| Binary | 11000001 | 101000 | 1100 | 0 | 1001111 | 1011110 | 11000 | 1001 | 1011000 | 101000 |
Color Harmonies of #C1280C
Complementary color
Monochromatic Colors of #C1280C
Black with #C1280C
Text Example
Text Example
White with #C1280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1280C; }
p { color: rgb(193,40,12); }
H1.HeaderClassName
{
color: #C1280C;
}
.AnyTagClassName
{
color: #C1280C;
}
</style>
background-color css
<style>
a { background-color: #C1280C; }
a { background-color: rgb(193,40,12); }
div.DivClassName
{
background-color: #C1280C;
}
.BgClassName
{
background-color: #C1280C;
}
</style>
border-color css
<style>
span { border-color: #C1280C; }
span { border-color: rgb(193,40,12); }
td.TdClassName
{
border-color: #C1280C;
}
.TagClassName
{
border-color: #C1280C;
}
</style>