Html Css Color HEX #C43113 Harley Davidson Orange
📋 copy color: '#C43113'red 196 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #C43113
Tints of Harley Davidson Orange #C43113
RGB
CMYK
RGB Variations
Color information
#C43113 (or 0xC43113) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 13. RGB value is (196,49,19). Sum of RGB (Red+Green+Blue) = 196+49+19=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C43113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43113 is #3BCEEC. Grayscale: #595959. Windows color (decimal): -3919597 or 1257924. OLE color: 1257924.
HSL color Cylindrical-coordinate representation of color #C43113: hue angle of 10.17º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C43113 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.23 |
| HSL | 10.17º | 0.82% | 0.42% | - |
| HSV(B) | 10.17º | 0.9% | 0.77% | - |
| XYZ | 23.98 | 13.98 | 2.05 | - |
| YUV | 89.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 19 | 0 | 0.75 | 0.90 | 0.23 | 10.17 | 0.82 | 0.42 |
| Hex | C4 | 31 | 13 | 0 | 4B | 5A | 17 | A | 52 | 2A |
| Octal | 304 | 61 | 23 | 0 | 113 | 132 | 27 | 12 | 122 | 52 |
| Binary | 11000100 | 110001 | 10011 | 0 | 1001011 | 1011010 | 10111 | 1010 | 1010010 | 101010 |
Color Harmonies of #C43113
Complementary color
Monochromatic Colors of #C43113
Black with #C43113
Text Example
Text Example
White with #C43113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43113; }
p { color: rgb(196,49,19); }
H1.HeaderClassName
{
color: #C43113;
}
.AnyTagClassName
{
color: #C43113;
}
</style>
background-color css
<style>
a { background-color: #C43113; }
a { background-color: rgb(196,49,19); }
div.DivClassName
{
background-color: #C43113;
}
.BgClassName
{
background-color: #C43113;
}
</style>
border-color css
<style>
span { border-color: #C43113; }
span { border-color: rgb(196,49,19); }
td.TdClassName
{
border-color: #C43113;
}
.TagClassName
{
border-color: #C43113;
}
</style>