Html Css Color HEX #C12E04 Harley Davidson Orange
📋 copy color: '#C12E04'red 193 ◦ green 46 ◦ blue 4
Shades of Harley Davidson Orange #C12E04
Tints of Harley Davidson Orange #C12E04
RGB
CMYK
RGB Variations
Color information
#C12E04 (or 0xC12E04) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 04. RGB value is (193,46,4). Sum of RGB (Red+Green+Blue) = 193+46+4=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12E04 is #3ED1FB. Grayscale: #555555. Windows color (decimal): -4116988 or 274113. OLE color: 274113.
HSL color Cylindrical-coordinate representation of color #C12E04: hue angle of 13.33º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C12E04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 46 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.24 |
| HSL | 13.33º | 0.96% | 0.39% | - |
| HSV(B) | 13.33º | 0.98% | 0.76% | - |
| XYZ | 22.99 | 13.3 | 1.47 | - |
| YUV | 85.17 | 82.2 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 46 | 4 | 0 | 0.76 | 0.98 | 0.24 | 13.33 | 0.96 | 0.39 |
| Hex | C1 | 2E | 4 | 0 | 4C | 62 | 18 | D | 60 | 27 |
| Octal | 301 | 56 | 4 | 0 | 114 | 142 | 30 | 15 | 140 | 47 |
| Binary | 11000001 | 101110 | 100 | 0 | 1001100 | 1100010 | 11000 | 1101 | 1100000 | 100111 |
Color Harmonies of #C12E04
Complementary color
Monochromatic Colors of #C12E04
Black with #C12E04
Text Example
Text Example
White with #C12E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E04; }
p { color: rgb(193,46,4); }
H1.HeaderClassName
{
color: #C12E04;
}
.AnyTagClassName
{
color: #C12E04;
}
</style>
background-color css
<style>
a { background-color: #C12E04; }
a { background-color: rgb(193,46,4); }
div.DivClassName
{
background-color: #C12E04;
}
.BgClassName
{
background-color: #C12E04;
}
</style>
border-color css
<style>
span { border-color: #C12E04; }
span { border-color: rgb(193,46,4); }
td.TdClassName
{
border-color: #C12E04;
}
.TagClassName
{
border-color: #C12E04;
}
</style>