Html Css Color HEX #C42615 Harley Davidson Orange
📋 copy color: '#C42615'red 196 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #C42615
Tints of Harley Davidson Orange #C42615
RGB
CMYK
RGB Variations
Color information
#C42615 (or 0xC42615) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 15. RGB value is (196,38,21). Sum of RGB (Red+Green+Blue) = 196+38+21=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42615 is #3BD9EA. Grayscale: #535353. Windows color (decimal): -3922411 or 1386180. OLE color: 1386180.
HSL color Cylindrical-coordinate representation of color #C42615: hue angle of 5.83º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C42615 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 21 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.23 |
| HSL | 5.83º | 0.81% | 0.43% | - |
| HSV(B) | 5.83º | 0.89% | 0.77% | - |
| XYZ | 23.59 | 13.18 | 2.01 | - |
| YUV | 83.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 21 | 0 | 0.81 | 0.89 | 0.23 | 5.83 | 0.81 | 0.43 |
| Hex | C4 | 26 | 15 | 0 | 51 | 59 | 17 | 6 | 51 | 2B |
| Octal | 304 | 46 | 25 | 0 | 121 | 131 | 27 | 6 | 121 | 53 |
| Binary | 11000100 | 100110 | 10101 | 0 | 1010001 | 1011001 | 10111 | 110 | 1010001 | 101011 |
Color Harmonies of #C42615
Complementary color
Monochromatic Colors of #C42615
Black with #C42615
Text Example
Text Example
White with #C42615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42615; }
p { color: rgb(196,38,21); }
H1.HeaderClassName
{
color: #C42615;
}
.AnyTagClassName
{
color: #C42615;
}
</style>
background-color css
<style>
a { background-color: #C42615; }
a { background-color: rgb(196,38,21); }
div.DivClassName
{
background-color: #C42615;
}
.BgClassName
{
background-color: #C42615;
}
</style>
border-color css
<style>
span { border-color: #C42615; }
span { border-color: rgb(196,38,21); }
td.TdClassName
{
border-color: #C42615;
}
.TagClassName
{
border-color: #C42615;
}
</style>