Html Css Color HEX #C12F04 Harley Davidson Orange
📋 copy color: '#C12F04'red 193 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #C12F04
Tints of Harley Davidson Orange #C12F04
RGB
CMYK
RGB Variations
Color information
#C12F04 (or 0xC12F04) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 04. RGB value is (193,47,4). Sum of RGB (Red+Green+Blue) = 193+47+4=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F04 is #3ED0FB. Grayscale: #565656. Windows color (decimal): -4116732 or 274369. OLE color: 274369.
HSL color Cylindrical-coordinate representation of color #C12F04: hue angle of 13.65º 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 #C12F04 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 4 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.24 |
| HSL | 13.65º | 0.96% | 0.39% | - |
| HSV(B) | 13.65º | 0.98% | 0.76% | - |
| XYZ | 23.03 | 13.38 | 1.48 | - |
| YUV | 85.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 4 | 0 | 0.76 | 0.98 | 0.24 | 13.65 | 0.96 | 0.39 |
| Hex | C1 | 2F | 4 | 0 | 4C | 62 | 18 | E | 60 | 27 |
| Octal | 301 | 57 | 4 | 0 | 114 | 142 | 30 | 16 | 140 | 47 |
| Binary | 11000001 | 101111 | 100 | 0 | 1001100 | 1100010 | 11000 | 1110 | 1100000 | 100111 |
Color Harmonies of #C12F04
Complementary color
Monochromatic Colors of #C12F04
Black with #C12F04
Text Example
Text Example
White with #C12F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F04; }
p { color: rgb(193,47,4); }
H1.HeaderClassName
{
color: #C12F04;
}
.AnyTagClassName
{
color: #C12F04;
}
</style>
background-color css
<style>
a { background-color: #C12F04; }
a { background-color: rgb(193,47,4); }
div.DivClassName
{
background-color: #C12F04;
}
.BgClassName
{
background-color: #C12F04;
}
</style>
border-color css
<style>
span { border-color: #C12F04; }
span { border-color: rgb(193,47,4); }
td.TdClassName
{
border-color: #C12F04;
}
.TagClassName
{
border-color: #C12F04;
}
</style>