Html Css Color HEX #C42405 Harley Davidson Orange
📋 copy color: '#C42405'red 196 ◦ green 36 ◦ blue 5
Shades of Harley Davidson Orange #C42405
Tints of Harley Davidson Orange #C42405
RGB
CMYK
RGB Variations
Color information
#C42405 (or 0xC42405) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 05. RGB value is (196,36,5). Sum of RGB (Red+Green+Blue) = 196+36+5=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C42405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42405 is #3BDBFA. Grayscale: #505050. Windows color (decimal): -3922939 or 337092. OLE color: 337092.
HSL color Cylindrical-coordinate representation of color #C42405: hue angle of 9.74º 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 #C42405 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.23 |
| HSL | 9.74º | 0.95% | 0.39% | - |
| HSV(B) | 9.74º | 0.97% | 0.77% | - |
| XYZ | 23.42 | 13.01 | 1.42 | - |
| YUV | 80.31 | 85.51 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 5 | 0 | 0.82 | 0.97 | 0.23 | 9.74 | 0.95 | 0.39 |
| Hex | C4 | 24 | 5 | 0 | 52 | 61 | 17 | A | 5F | 27 |
| Octal | 304 | 44 | 5 | 0 | 122 | 141 | 27 | 12 | 137 | 47 |
| Binary | 11000100 | 100100 | 101 | 0 | 1010010 | 1100001 | 10111 | 1010 | 1011111 | 100111 |
Color Harmonies of #C42405
Complementary color
Monochromatic Colors of #C42405
Black with #C42405
Text Example
Text Example
White with #C42405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42405; }
p { color: rgb(196,36,5); }
H1.HeaderClassName
{
color: #C42405;
}
.AnyTagClassName
{
color: #C42405;
}
</style>
background-color css
<style>
a { background-color: #C42405; }
a { background-color: rgb(196,36,5); }
div.DivClassName
{
background-color: #C42405;
}
.BgClassName
{
background-color: #C42405;
}
</style>
border-color css
<style>
span { border-color: #C42405; }
span { border-color: rgb(196,36,5); }
td.TdClassName
{
border-color: #C42405;
}
.TagClassName
{
border-color: #C42405;
}
</style>