Html Css Color HEX #C42404 Harley Davidson Orange
📋 copy color: '#C42404'red 196 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #C42404
Tints of Harley Davidson Orange #C42404
RGB
CMYK
RGB Variations
Color information
#C42404 (or 0xC42404) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 04. RGB value is (196,36,4). Sum of RGB (Red+Green+Blue) = 196+36+4=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C42404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42404 is #3BDBFB. Grayscale: #505050. Windows color (decimal): -3922940 or 271556. OLE color: 271556.
HSL color Cylindrical-coordinate representation of color #C42404: hue angle of 10º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42404 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.23 |
| HSL | 10º | 0.96% | 0.39% | - |
| HSV(B) | 10º | 0.98% | 0.77% | - |
| XYZ | 23.42 | 13.01 | 1.39 | - |
| YUV | 80.19 | 85.01 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 4 | 0 | 0.82 | 0.98 | 0.23 | 10 | 0.96 | 0.39 |
| Hex | C4 | 24 | 4 | 0 | 52 | 62 | 17 | A | 60 | 27 |
| Octal | 304 | 44 | 4 | 0 | 122 | 142 | 27 | 12 | 140 | 47 |
| Binary | 11000100 | 100100 | 100 | 0 | 1010010 | 1100010 | 10111 | 1010 | 1100000 | 100111 |
Color Harmonies of #C42404
Complementary color
Monochromatic Colors of #C42404
Black with #C42404
Text Example
Text Example
White with #C42404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42404; }
p { color: rgb(196,36,4); }
H1.HeaderClassName
{
color: #C42404;
}
.AnyTagClassName
{
color: #C42404;
}
</style>
background-color css
<style>
a { background-color: #C42404; }
a { background-color: rgb(196,36,4); }
div.DivClassName
{
background-color: #C42404;
}
.BgClassName
{
background-color: #C42404;
}
</style>
border-color css
<style>
span { border-color: #C42404; }
span { border-color: rgb(196,36,4); }
td.TdClassName
{
border-color: #C42404;
}
.TagClassName
{
border-color: #C42404;
}
</style>