Html Css Color HEX #C42313 Harley Davidson Orange
📋 copy color: '#C42313'red 196 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #C42313
Tints of Harley Davidson Orange #C42313
RGB
CMYK
RGB Variations
Color information
#C42313 (or 0xC42313) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 13. RGB value is (196,35,19). Sum of RGB (Red+Green+Blue) = 196+35+19=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42313 is #3BDCEC. Grayscale: #515151. Windows color (decimal): -3923181 or 1254340. OLE color: 1254340.
HSL color Cylindrical-coordinate representation of color #C42313: hue angle of 5.42º 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 #C42313 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.23 |
| HSL | 5.42º | 0.82% | 0.42% | - |
| HSV(B) | 5.42º | 0.9% | 0.77% | - |
| XYZ | 23.48 | 12.98 | 1.88 | - |
| YUV | 81.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 19 | 0 | 0.82 | 0.90 | 0.23 | 5.42 | 0.82 | 0.42 |
| Hex | C4 | 23 | 13 | 0 | 52 | 5A | 17 | 5 | 52 | 2A |
| Octal | 304 | 43 | 23 | 0 | 122 | 132 | 27 | 5 | 122 | 52 |
| Binary | 11000100 | 100011 | 10011 | 0 | 1010010 | 1011010 | 10111 | 101 | 1010010 | 101010 |
Color Harmonies of #C42313
Complementary color
Monochromatic Colors of #C42313
Black with #C42313
Text Example
Text Example
White with #C42313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42313; }
p { color: rgb(196,35,19); }
H1.HeaderClassName
{
color: #C42313;
}
.AnyTagClassName
{
color: #C42313;
}
</style>
background-color css
<style>
a { background-color: #C42313; }
a { background-color: rgb(196,35,19); }
div.DivClassName
{
background-color: #C42313;
}
.BgClassName
{
background-color: #C42313;
}
</style>
border-color css
<style>
span { border-color: #C42313; }
span { border-color: rgb(196,35,19); }
td.TdClassName
{
border-color: #C42313;
}
.TagClassName
{
border-color: #C42313;
}
</style>