Html Css Color HEX #C43E13 Harley Davidson Orange
📋 copy color: '#C43E13'red 196 ◦ green 62 ◦ blue 19
Shades of Harley Davidson Orange #C43E13
Tints of Harley Davidson Orange #C43E13
RGB
CMYK
RGB Variations
Color information
#C43E13 (or 0xC43E13) is known color: Harley Davidson Orange. HEX triplet: C4, 3E and 13. RGB value is (196,62,19). Sum of RGB (Red+Green+Blue) = 196+62+19=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43E13 is #3BC1EC. Grayscale: #616161. Windows color (decimal): -3916269 or 1261252. OLE color: 1261252.
HSL color Cylindrical-coordinate representation of color #C43E13: hue angle of 14.58º 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 #C43E13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 62 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.23 |
| HSL | 14.58º | 0.82% | 0.42% | - |
| HSV(B) | 14.58º | 0.9% | 0.77% | - |
| XYZ | 24.61 | 15.23 | 2.26 | - |
| YUV | 97.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 62 | 19 | 0 | 0.68 | 0.90 | 0.23 | 14.58 | 0.82 | 0.42 |
| Hex | C4 | 3E | 13 | 0 | 44 | 5A | 17 | F | 52 | 2A |
| Octal | 304 | 76 | 23 | 0 | 104 | 132 | 27 | 17 | 122 | 52 |
| Binary | 11000100 | 111110 | 10011 | 0 | 1000100 | 1011010 | 10111 | 1111 | 1010010 | 101010 |
Color Harmonies of #C43E13
Complementary color
Monochromatic Colors of #C43E13
Black with #C43E13
Text Example
Text Example
White with #C43E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43E13; }
p { color: rgb(196,62,19); }
H1.HeaderClassName
{
color: #C43E13;
}
.AnyTagClassName
{
color: #C43E13;
}
</style>
background-color css
<style>
a { background-color: #C43E13; }
a { background-color: rgb(196,62,19); }
div.DivClassName
{
background-color: #C43E13;
}
.BgClassName
{
background-color: #C43E13;
}
</style>
border-color css
<style>
span { border-color: #C43E13; }
span { border-color: rgb(196,62,19); }
td.TdClassName
{
border-color: #C43E13;
}
.TagClassName
{
border-color: #C43E13;
}
</style>