Html Css Color HEX #C12E1D Harley Davidson Orange
📋 copy color: '#C12E1D'red 193 ◦ green 46 ◦ blue 29
Shades of Harley Davidson Orange #C12E1D
Tints of Harley Davidson Orange #C12E1D
RGB
CMYK
RGB Variations
Color information
#C12E1D (or 0xC12E1D) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 1D. RGB value is (193,46,29). Sum of RGB (Red+Green+Blue) = 193+46+29=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E1D is #3ED1E2. Grayscale: #585858. Windows color (decimal): -4116963 or 1912513. OLE color: 1912513.
HSL color Cylindrical-coordinate representation of color #C12E1D: hue angle of 6.22º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C12E1D is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 29 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.24 |
| HSL | 6.22º | 0.74% | 0.44% | - |
| HSV(B) | 6.22º | 0.85% | 0.76% | - |
| XYZ | 23.19 | 13.38 | 2.52 | - |
| YUV | 88.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 29 | 0 | 0.76 | 0.85 | 0.24 | 6.22 | 0.74 | 0.44 |
| Hex | C1 | 2E | 1D | 0 | 4C | 55 | 18 | 6 | 4A | 2C |
| Octal | 301 | 56 | 35 | 0 | 114 | 125 | 30 | 6 | 112 | 54 |
| Binary | 11000001 | 101110 | 11101 | 0 | 1001100 | 1010101 | 11000 | 110 | 1001010 | 101100 |
Color Harmonies of #C12E1D
Complementary color
Monochromatic Colors of #C12E1D
Black with #C12E1D
Text Example
Text Example
White with #C12E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E1D; }
p { color: rgb(193,46,29); }
H1.HeaderClassName
{
color: #C12E1D;
}
.AnyTagClassName
{
color: #C12E1D;
}
</style>
background-color css
<style>
a { background-color: #C12E1D; }
a { background-color: rgb(193,46,29); }
div.DivClassName
{
background-color: #C12E1D;
}
.BgClassName
{
background-color: #C12E1D;
}
</style>
border-color css
<style>
span { border-color: #C12E1D; }
span { border-color: rgb(193,46,29); }
td.TdClassName
{
border-color: #C12E1D;
}
.TagClassName
{
border-color: #C12E1D;
}
</style>