Html Css Color HEX #C12900 Harley Davidson Orange
📋 copy color: '#C12900'red 193 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #C12900
Tints of Harley Davidson Orange #C12900
RGB
CMYK
RGB Variations
Color information
#C12900 (or 0xC12900) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 00. RGB value is (193,41,0). Sum of RGB (Red+Green+Blue) = 193+41+0=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C12900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12900 is #3ED6FF. Grayscale: #525252. Windows color (decimal): -4118272 or 10689. OLE color: 10689.
HSL color Cylindrical-coordinate representation of color #C12900: hue angle of 12.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C12900 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.24 |
| HSL | 12.75º | 1% | 0.38% | - |
| HSV(B) | 12.75º | 1% | 0.76% | - |
| XYZ | 22.79 | 12.92 | 1.29 | - |
| YUV | 81.77 | 81.86 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 0 | 0 | 0.79 | 1 | 0.24 | 12.75 | 1 | 0.38 |
| Hex | C1 | 29 | 0 | 0 | 4F | 64 | 18 | D | 64 | 26 |
| Octal | 301 | 51 | 0 | 0 | 117 | 144 | 30 | 15 | 144 | 46 |
| Binary | 11000001 | 101001 | 0 | 0 | 1001111 | 1100100 | 11000 | 1101 | 1100100 | 100110 |
Color Harmonies of #C12900
Complementary color
Monochromatic Colors of #C12900
Black with #C12900
Text Example
Text Example
White with #C12900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12900; }
p { color: rgb(193,41,0); }
H1.HeaderClassName
{
color: #C12900;
}
.AnyTagClassName
{
color: #C12900;
}
</style>
background-color css
<style>
a { background-color: #C12900; }
a { background-color: rgb(193,41,0); }
div.DivClassName
{
background-color: #C12900;
}
.BgClassName
{
background-color: #C12900;
}
</style>
border-color css
<style>
span { border-color: #C12900; }
span { border-color: rgb(193,41,0); }
td.TdClassName
{
border-color: #C12900;
}
.TagClassName
{
border-color: #C12900;
}
</style>