Html Css Color HEX #C42413 Harley Davidson Orange
📋 copy color: '#C42413'red 196 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #C42413
Tints of Harley Davidson Orange #C42413
RGB
CMYK
RGB Variations
Color information
#C42413 (or 0xC42413) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 13. RGB value is (196,36,19). Sum of RGB (Red+Green+Blue) = 196+36+19=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C42413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42413 is #3BDBEC. Grayscale: #525252. Windows color (decimal): -3922925 or 1254596. OLE color: 1254596.
HSL color Cylindrical-coordinate representation of color #C42413: hue angle of 5.76º 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 #C42413 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.23 |
| HSL | 5.76º | 0.82% | 0.42% | - |
| HSV(B) | 5.76º | 0.9% | 0.77% | - |
| XYZ | 23.51 | 13.04 | 1.89 | - |
| YUV | 81.9 | 92.51 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 19 | 0 | 0.82 | 0.90 | 0.23 | 5.76 | 0.82 | 0.42 |
| Hex | C4 | 24 | 13 | 0 | 52 | 5A | 17 | 6 | 52 | 2A |
| Octal | 304 | 44 | 23 | 0 | 122 | 132 | 27 | 6 | 122 | 52 |
| Binary | 11000100 | 100100 | 10011 | 0 | 1010010 | 1011010 | 10111 | 110 | 1010010 | 101010 |
Color Harmonies of #C42413
Complementary color
Monochromatic Colors of #C42413
Black with #C42413
Text Example
Text Example
White with #C42413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42413; }
p { color: rgb(196,36,19); }
H1.HeaderClassName
{
color: #C42413;
}
.AnyTagClassName
{
color: #C42413;
}
</style>
background-color css
<style>
a { background-color: #C42413; }
a { background-color: rgb(196,36,19); }
div.DivClassName
{
background-color: #C42413;
}
.BgClassName
{
background-color: #C42413;
}
</style>
border-color css
<style>
span { border-color: #C42413; }
span { border-color: rgb(196,36,19); }
td.TdClassName
{
border-color: #C42413;
}
.TagClassName
{
border-color: #C42413;
}
</style>