Html Css Color HEX #C43513 Harley Davidson Orange
📋 copy color: '#C43513'red 196 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #C43513
Tints of Harley Davidson Orange #C43513
RGB
CMYK
RGB Variations
Color information
#C43513 (or 0xC43513) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 13. RGB value is (196,53,19). Sum of RGB (Red+Green+Blue) = 196+53+19=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C43513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43513 is #3BCAEC. Grayscale: #5C5C5C. Windows color (decimal): -3918573 or 1258948. OLE color: 1258948.
HSL color Cylindrical-coordinate representation of color #C43513: hue angle of 11.53º 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 #C43513 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.23 |
| HSL | 11.53º | 0.82% | 0.42% | - |
| HSV(B) | 11.53º | 0.9% | 0.77% | - |
| XYZ | 24.16 | 14.33 | 2.11 | - |
| YUV | 91.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 19 | 0 | 0.73 | 0.90 | 0.23 | 11.53 | 0.82 | 0.42 |
| Hex | C4 | 35 | 13 | 0 | 49 | 5A | 17 | C | 52 | 2A |
| Octal | 304 | 65 | 23 | 0 | 111 | 132 | 27 | 14 | 122 | 52 |
| Binary | 11000100 | 110101 | 10011 | 0 | 1001001 | 1011010 | 10111 | 1100 | 1010010 | 101010 |
Color Harmonies of #C43513
Complementary color
Monochromatic Colors of #C43513
Black with #C43513
Text Example
Text Example
White with #C43513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43513; }
p { color: rgb(196,53,19); }
H1.HeaderClassName
{
color: #C43513;
}
.AnyTagClassName
{
color: #C43513;
}
</style>
background-color css
<style>
a { background-color: #C43513; }
a { background-color: rgb(196,53,19); }
div.DivClassName
{
background-color: #C43513;
}
.BgClassName
{
background-color: #C43513;
}
</style>
border-color css
<style>
span { border-color: #C43513; }
span { border-color: rgb(196,53,19); }
td.TdClassName
{
border-color: #C43513;
}
.TagClassName
{
border-color: #C43513;
}
</style>