Html Css Color HEX #C12300 Harley Davidson Orange
📋 copy color: '#C12300'red 193 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #C12300
Tints of Harley Davidson Orange #C12300
RGB
CMYK
RGB Variations
Color information
#C12300 (or 0xC12300) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 00. RGB value is (193,35,0). Sum of RGB (Red+Green+Blue) = 193+35+0=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C12300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12300 is #3EDCFF. Grayscale: #4E4E4E. Windows color (decimal): -4119808 or 9153. OLE color: 9153.
HSL color Cylindrical-coordinate representation of color #C12300: hue angle of 10.88º 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 #C12300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.24 |
| HSL | 10.88º | 1% | 0.38% | - |
| HSV(B) | 10.88º | 1% | 0.76% | - |
| XYZ | 22.59 | 12.54 | 1.23 | - |
| YUV | 78.25 | 83.85 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 0 | 0 | 0.82 | 1 | 0.24 | 10.88 | 1 | 0.38 |
| Hex | C1 | 23 | 0 | 0 | 52 | 64 | 18 | B | 64 | 26 |
| Octal | 301 | 43 | 0 | 0 | 122 | 144 | 30 | 13 | 144 | 46 |
| Binary | 11000001 | 100011 | 0 | 0 | 1010010 | 1100100 | 11000 | 1011 | 1100100 | 100110 |
Color Harmonies of #C12300
Complementary color
Monochromatic Colors of #C12300
Black with #C12300
Text Example
Text Example
White with #C12300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12300; }
p { color: rgb(193,35,0); }
H1.HeaderClassName
{
color: #C12300;
}
.AnyTagClassName
{
color: #C12300;
}
</style>
background-color css
<style>
a { background-color: #C12300; }
a { background-color: rgb(193,35,0); }
div.DivClassName
{
background-color: #C12300;
}
.BgClassName
{
background-color: #C12300;
}
</style>
border-color css
<style>
span { border-color: #C12300; }
span { border-color: rgb(193,35,0); }
td.TdClassName
{
border-color: #C12300;
}
.TagClassName
{
border-color: #C12300;
}
</style>