Html Css Color HEX #C43602 Harley Davidson Orange
📋 copy color: '#C43602'red 196 ◦ green 54 ◦ blue 2
Shades of Harley Davidson Orange #C43602
Tints of Harley Davidson Orange #C43602
RGB
CMYK
RGB Variations
Color information
#C43602 (or 0xC43602) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 02. RGB value is (196,54,2). Sum of RGB (Red+Green+Blue) = 196+54+2=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C43602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43602 is #3BC9FD. Grayscale: #5A5A5A. Windows color (decimal): -3918334 or 145092. OLE color: 145092.
HSL color Cylindrical-coordinate representation of color #C43602: hue angle of 16.08º 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 #C43602 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.23 |
| HSL | 16.08º | 0.98% | 0.39% | - |
| HSV(B) | 16.08º | 0.99% | 0.77% | - |
| XYZ | 24.1 | 14.38 | 1.56 | - |
| YUV | 90.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 2 | 0 | 0.72 | 0.99 | 0.23 | 16.08 | 0.98 | 0.39 |
| Hex | C4 | 36 | 2 | 0 | 48 | 63 | 17 | 10 | 62 | 27 |
| Octal | 304 | 66 | 2 | 0 | 110 | 143 | 27 | 20 | 142 | 47 |
| Binary | 11000100 | 110110 | 10 | 0 | 1001000 | 1100011 | 10111 | 10000 | 1100010 | 100111 |
Color Harmonies of #C43602
Complementary color
Monochromatic Colors of #C43602
Black with #C43602
Text Example
Text Example
White with #C43602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43602; }
p { color: rgb(196,54,2); }
H1.HeaderClassName
{
color: #C43602;
}
.AnyTagClassName
{
color: #C43602;
}
</style>
background-color css
<style>
a { background-color: #C43602; }
a { background-color: rgb(196,54,2); }
div.DivClassName
{
background-color: #C43602;
}
.BgClassName
{
background-color: #C43602;
}
</style>
border-color css
<style>
span { border-color: #C43602; }
span { border-color: rgb(196,54,2); }
td.TdClassName
{
border-color: #C43602;
}
.TagClassName
{
border-color: #C43602;
}
</style>