Html Css Color HEX #C43502 Harley Davidson Orange
📋 copy color: '#C43502'red 196 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #C43502
Tints of Harley Davidson Orange #C43502
RGB
CMYK
RGB Variations
Color information
#C43502 (or 0xC43502) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 02. RGB value is (196,53,2). Sum of RGB (Red+Green+Blue) = 196+53+2=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C43502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43502 is #3BCAFD. Grayscale: #5A5A5A. Windows color (decimal): -3918590 or 144836. OLE color: 144836.
HSL color Cylindrical-coordinate representation of color #C43502: hue angle of 15.77º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C43502 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.23 |
| HSL | 15.77º | 0.98% | 0.39% | - |
| HSV(B) | 15.77º | 0.99% | 0.77% | - |
| XYZ | 24.05 | 14.29 | 1.55 | - |
| YUV | 89.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 2 | 0 | 0.73 | 0.99 | 0.23 | 15.77 | 0.98 | 0.39 |
| Hex | C4 | 35 | 2 | 0 | 49 | 63 | 17 | 10 | 62 | 27 |
| Octal | 304 | 65 | 2 | 0 | 111 | 143 | 27 | 20 | 142 | 47 |
| Binary | 11000100 | 110101 | 10 | 0 | 1001001 | 1100011 | 10111 | 10000 | 1100010 | 100111 |
Color Harmonies of #C43502
Complementary color
Monochromatic Colors of #C43502
Black with #C43502
Text Example
Text Example
White with #C43502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43502; }
p { color: rgb(196,53,2); }
H1.HeaderClassName
{
color: #C43502;
}
.AnyTagClassName
{
color: #C43502;
}
</style>
background-color css
<style>
a { background-color: #C43502; }
a { background-color: rgb(196,53,2); }
div.DivClassName
{
background-color: #C43502;
}
.BgClassName
{
background-color: #C43502;
}
</style>
border-color css
<style>
span { border-color: #C43502; }
span { border-color: rgb(196,53,2); }
td.TdClassName
{
border-color: #C43502;
}
.TagClassName
{
border-color: #C43502;
}
</style>