Html Css Color HEX #C12F00 Harley Davidson Orange
📋 copy color: '#C12F00'red 193 ◦ green 47 ◦ blue 0
Shades of Harley Davidson Orange #C12F00
Tints of Harley Davidson Orange #C12F00
RGB
CMYK
RGB Variations
Color information
#C12F00 (or 0xC12F00) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 00. RGB value is (193,47,0). Sum of RGB (Red+Green+Blue) = 193+47+0=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F00 is #3ED0FF. Grayscale: #555555. Windows color (decimal): -4116736 or 12225. OLE color: 12225.
HSL color Cylindrical-coordinate representation of color #C12F00: hue angle of 14.61º 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 #C12F00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.24 |
| HSL | 14.61º | 1% | 0.38% | - |
| HSV(B) | 14.61º | 1% | 0.76% | - |
| XYZ | 23.01 | 13.37 | 1.37 | - |
| YUV | 85.3 | 79.87 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 0 | 0 | 0.76 | 1 | 0.24 | 14.61 | 1 | 0.38 |
| Hex | C1 | 2F | 0 | 0 | 4C | 64 | 18 | F | 64 | 26 |
| Octal | 301 | 57 | 0 | 0 | 114 | 144 | 30 | 17 | 144 | 46 |
| Binary | 11000001 | 101111 | 0 | 0 | 1001100 | 1100100 | 11000 | 1111 | 1100100 | 100110 |
Color Harmonies of #C12F00
Complementary color
Monochromatic Colors of #C12F00
Black with #C12F00
Text Example
Text Example
White with #C12F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F00; }
p { color: rgb(193,47,0); }
H1.HeaderClassName
{
color: #C12F00;
}
.AnyTagClassName
{
color: #C12F00;
}
</style>
background-color css
<style>
a { background-color: #C12F00; }
a { background-color: rgb(193,47,0); }
div.DivClassName
{
background-color: #C12F00;
}
.BgClassName
{
background-color: #C12F00;
}
</style>
border-color css
<style>
span { border-color: #C12F00; }
span { border-color: rgb(193,47,0); }
td.TdClassName
{
border-color: #C12F00;
}
.TagClassName
{
border-color: #C12F00;
}
</style>