Html Css Color HEX #C43C13 Harley Davidson Orange
📋 copy color: '#C43C13'red 196 ◦ green 60 ◦ blue 19
Shades of Harley Davidson Orange #C43C13
Tints of Harley Davidson Orange #C43C13
RGB
CMYK
RGB Variations
Color information
#C43C13 (or 0xC43C13) is known color: Harley Davidson Orange. HEX triplet: C4, 3C and 13. RGB value is (196,60,19). Sum of RGB (Red+Green+Blue) = 196+60+19=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C43C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43C13 is #3BC3EC. Grayscale: #606060. Windows color (decimal): -3916781 or 1260740. OLE color: 1260740.
HSL color Cylindrical-coordinate representation of color #C43C13: hue angle of 13.9º 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 #C43C13 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 60 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.23 |
| HSL | 13.9º | 0.82% | 0.42% | - |
| HSV(B) | 13.9º | 0.9% | 0.77% | - |
| XYZ | 24.5 | 15.01 | 2.22 | - |
| YUV | 95.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 60 | 19 | 0 | 0.69 | 0.90 | 0.23 | 13.9 | 0.82 | 0.42 |
| Hex | C4 | 3C | 13 | 0 | 45 | 5A | 17 | E | 52 | 2A |
| Octal | 304 | 74 | 23 | 0 | 105 | 132 | 27 | 16 | 122 | 52 |
| Binary | 11000100 | 111100 | 10011 | 0 | 1000101 | 1011010 | 10111 | 1110 | 1010010 | 101010 |
Color Harmonies of #C43C13
Complementary color
Monochromatic Colors of #C43C13
Black with #C43C13
Text Example
Text Example
White with #C43C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43C13; }
p { color: rgb(196,60,19); }
H1.HeaderClassName
{
color: #C43C13;
}
.AnyTagClassName
{
color: #C43C13;
}
</style>
background-color css
<style>
a { background-color: #C43C13; }
a { background-color: rgb(196,60,19); }
div.DivClassName
{
background-color: #C43C13;
}
.BgClassName
{
background-color: #C43C13;
}
</style>
border-color css
<style>
span { border-color: #C43C13; }
span { border-color: rgb(196,60,19); }
td.TdClassName
{
border-color: #C43C13;
}
.TagClassName
{
border-color: #C43C13;
}
</style>