Html Css Color HEX #C12D1E Harley Davidson Orange
📋 copy color: '#C12D1E'red 193 ◦ green 45 ◦ blue 30
Shades of Harley Davidson Orange #C12D1E
Tints of Harley Davidson Orange #C12D1E
RGB
CMYK
RGB Variations
Color information
#C12D1E (or 0xC12D1E) is known color: Harley Davidson Orange. HEX triplet: C1, 2D and 1E. RGB value is (193,45,30). Sum of RGB (Red+Green+Blue) = 193+45+30=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12D1E is #3ED2E1. Grayscale: #575757. Windows color (decimal): -4117218 or 1977793. OLE color: 1977793.
HSL color Cylindrical-coordinate representation of color #C12D1E: hue angle of 5.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C12D1E is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 45 | 30 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.24 |
| HSL | 5.52º | 0.73% | 0.44% | - |
| HSV(B) | 5.52º | 0.84% | 0.76% | - |
| XYZ | 23.17 | 13.31 | 2.58 | - |
| YUV | 87.54 | 95.53 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 45 | 30 | 0 | 0.77 | 0.84 | 0.24 | 5.52 | 0.73 | 0.44 |
| Hex | C1 | 2D | 1E | 0 | 4D | 54 | 18 | 6 | 49 | 2C |
| Octal | 301 | 55 | 36 | 0 | 115 | 124 | 30 | 6 | 111 | 54 |
| Binary | 11000001 | 101101 | 11110 | 0 | 1001101 | 1010100 | 11000 | 110 | 1001001 | 101100 |
Color Harmonies of #C12D1E
Complementary color
Monochromatic Colors of #C12D1E
Black with #C12D1E
Text Example
Text Example
White with #C12D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12D1E; }
p { color: rgb(193,45,30); }
H1.HeaderClassName
{
color: #C12D1E;
}
.AnyTagClassName
{
color: #C12D1E;
}
</style>
background-color css
<style>
a { background-color: #C12D1E; }
a { background-color: rgb(193,45,30); }
div.DivClassName
{
background-color: #C12D1E;
}
.BgClassName
{
background-color: #C12D1E;
}
</style>
border-color css
<style>
span { border-color: #C12D1E; }
span { border-color: rgb(193,45,30); }
td.TdClassName
{
border-color: #C12D1E;
}
.TagClassName
{
border-color: #C12D1E;
}
</style>