Html Css Color HEX #C42504 Harley Davidson Orange
📋 copy color: '#C42504'red 196 ◦ green 37 ◦ blue 4
Shades of Harley Davidson Orange #C42504
Tints of Harley Davidson Orange #C42504
RGB
CMYK
RGB Variations
Color information
#C42504 (or 0xC42504) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 04. RGB value is (196,37,4). Sum of RGB (Red+Green+Blue) = 196+37+4=237 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.70% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 196 - color contains mainly: red. Hex color #C42504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42504 is #3BDAFB. Grayscale: #515151. Windows color (decimal): -3922684 or 271812. OLE color: 271812.
HSL color Cylindrical-coordinate representation of color #C42504: hue angle of 10.31º 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 #C42504 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.23 |
| HSL | 10.31º | 0.96% | 0.39% | - |
| HSV(B) | 10.31º | 0.98% | 0.77% | - |
| XYZ | 23.45 | 13.07 | 1.4 | - |
| YUV | 80.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 4 | 0 | 0.81 | 0.98 | 0.23 | 10.31 | 0.96 | 0.39 |
| Hex | C4 | 25 | 4 | 0 | 51 | 62 | 17 | A | 60 | 27 |
| Octal | 304 | 45 | 4 | 0 | 121 | 142 | 27 | 12 | 140 | 47 |
| Binary | 11000100 | 100101 | 100 | 0 | 1010001 | 1100010 | 10111 | 1010 | 1100000 | 100111 |
Color Harmonies of #C42504
Complementary color
Monochromatic Colors of #C42504
Black with #C42504
Text Example
Text Example
White with #C42504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42504; }
p { color: rgb(196,37,4); }
H1.HeaderClassName
{
color: #C42504;
}
.AnyTagClassName
{
color: #C42504;
}
</style>
background-color css
<style>
a { background-color: #C42504; }
a { background-color: rgb(196,37,4); }
div.DivClassName
{
background-color: #C42504;
}
.BgClassName
{
background-color: #C42504;
}
</style>
border-color css
<style>
span { border-color: #C42504; }
span { border-color: rgb(196,37,4); }
td.TdClassName
{
border-color: #C42504;
}
.TagClassName
{
border-color: #C42504;
}
</style>