Html Css Color HEX #C43112 Harley Davidson Orange
📋 copy color: '#C43112'red 196 ◦ green 49 ◦ blue 18
Shades of Harley Davidson Orange #C43112
Tints of Harley Davidson Orange #C43112
RGB
CMYK
RGB Variations
Color information
#C43112 (or 0xC43112) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 12. RGB value is (196,49,18). Sum of RGB (Red+Green+Blue) = 196+49+18=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C43112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43112 is #3BCEED. Grayscale: #595959. Windows color (decimal): -3919598 or 1192388. OLE color: 1192388.
HSL color Cylindrical-coordinate representation of color #C43112: hue angle of 10.45º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C43112 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.23 |
| HSL | 10.45º | 0.83% | 0.42% | - |
| HSV(B) | 10.45º | 0.91% | 0.77% | - |
| XYZ | 23.97 | 13.98 | 2.01 | - |
| YUV | 89.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 18 | 0 | 0.75 | 0.91 | 0.23 | 10.45 | 0.83 | 0.42 |
| Hex | C4 | 31 | 12 | 0 | 4B | 5B | 17 | A | 53 | 2A |
| Octal | 304 | 61 | 22 | 0 | 113 | 133 | 27 | 12 | 123 | 52 |
| Binary | 11000100 | 110001 | 10010 | 0 | 1001011 | 1011011 | 10111 | 1010 | 1010011 | 101010 |
Color Harmonies of #C43112
Complementary color
Monochromatic Colors of #C43112
Black with #C43112
Text Example
Text Example
White with #C43112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43112; }
p { color: rgb(196,49,18); }
H1.HeaderClassName
{
color: #C43112;
}
.AnyTagClassName
{
color: #C43112;
}
</style>
background-color css
<style>
a { background-color: #C43112; }
a { background-color: rgb(196,49,18); }
div.DivClassName
{
background-color: #C43112;
}
.BgClassName
{
background-color: #C43112;
}
</style>
border-color css
<style>
span { border-color: #C43112; }
span { border-color: rgb(196,49,18); }
td.TdClassName
{
border-color: #C43112;
}
.TagClassName
{
border-color: #C43112;
}
</style>