Html Css Color HEX #C42805 Harley Davidson Orange
📋 copy color: '#C42805'red 196 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #C42805
Tints of Harley Davidson Orange #C42805
RGB
CMYK
RGB Variations
Color information
#C42805 (or 0xC42805) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 05. RGB value is (196,40,5). Sum of RGB (Red+Green+Blue) = 196+40+5=241 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.33% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 196 - color contains mainly: red. Hex color #C42805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42805 is #3BD7FA. Grayscale: #525252. Windows color (decimal): -3921915 or 338116. OLE color: 338116.
HSL color Cylindrical-coordinate representation of color #C42805: hue angle of 10.99º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C42805 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.23 |
| HSL | 10.99º | 0.95% | 0.39% | - |
| HSV(B) | 10.99º | 0.97% | 0.77% | - |
| XYZ | 23.55 | 13.26 | 1.46 | - |
| YUV | 82.65 | 84.18 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 5 | 0 | 0.80 | 0.97 | 0.23 | 10.99 | 0.95 | 0.39 |
| Hex | C4 | 28 | 5 | 0 | 50 | 61 | 17 | B | 5F | 27 |
| Octal | 304 | 50 | 5 | 0 | 120 | 141 | 27 | 13 | 137 | 47 |
| Binary | 11000100 | 101000 | 101 | 0 | 1010000 | 1100001 | 10111 | 1011 | 1011111 | 100111 |
Color Harmonies of #C42805
Complementary color
Monochromatic Colors of #C42805
Black with #C42805
Text Example
Text Example
White with #C42805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42805; }
p { color: rgb(196,40,5); }
H1.HeaderClassName
{
color: #C42805;
}
.AnyTagClassName
{
color: #C42805;
}
</style>
background-color css
<style>
a { background-color: #C42805; }
a { background-color: rgb(196,40,5); }
div.DivClassName
{
background-color: #C42805;
}
.BgClassName
{
background-color: #C42805;
}
</style>
border-color css
<style>
span { border-color: #C42805; }
span { border-color: rgb(196,40,5); }
td.TdClassName
{
border-color: #C42805;
}
.TagClassName
{
border-color: #C42805;
}
</style>