Html Css Color HEX #C43504 Harley Davidson Orange
📋 copy color: '#C43504'red 196 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #C43504
Tints of Harley Davidson Orange #C43504
RGB
CMYK
RGB Variations
Color information
#C43504 (or 0xC43504) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 04. RGB value is (196,53,4). Sum of RGB (Red+Green+Blue) = 196+53+4=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C43504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43504 is #3BCAFB. Grayscale: #5A5A5A. Windows color (decimal): -3918588 or 275908. OLE color: 275908.
HSL color Cylindrical-coordinate representation of color #C43504: hue angle of 15.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 #C43504 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.23 |
| HSL | 15.31º | 0.96% | 0.39% | - |
| HSV(B) | 15.31º | 0.98% | 0.77% | - |
| XYZ | 24.06 | 14.29 | 1.61 | - |
| YUV | 90.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 4 | 0 | 0.73 | 0.98 | 0.23 | 15.31 | 0.96 | 0.39 |
| Hex | C4 | 35 | 4 | 0 | 49 | 62 | 17 | F | 60 | 27 |
| Octal | 304 | 65 | 4 | 0 | 111 | 142 | 27 | 17 | 140 | 47 |
| Binary | 11000100 | 110101 | 100 | 0 | 1001001 | 1100010 | 10111 | 1111 | 1100000 | 100111 |
Color Harmonies of #C43504
Complementary color
Monochromatic Colors of #C43504
Black with #C43504
Text Example
Text Example
White with #C43504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43504; }
p { color: rgb(196,53,4); }
H1.HeaderClassName
{
color: #C43504;
}
.AnyTagClassName
{
color: #C43504;
}
</style>
background-color css
<style>
a { background-color: #C43504; }
a { background-color: rgb(196,53,4); }
div.DivClassName
{
background-color: #C43504;
}
.BgClassName
{
background-color: #C43504;
}
</style>
border-color css
<style>
span { border-color: #C43504; }
span { border-color: rgb(196,53,4); }
td.TdClassName
{
border-color: #C43504;
}
.TagClassName
{
border-color: #C43504;
}
</style>