Html Css Color HEX #C42402 Harley Davidson Orange
📋 copy color: '#C42402'red 196 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #C42402
Tints of Harley Davidson Orange #C42402
RGB
CMYK
RGB Variations
Color information
#C42402 (or 0xC42402) is known color: Harley Davidson Orange. HEX triplet: C4, 24 and 02. RGB value is (196,36,2). Sum of RGB (Red+Green+Blue) = 196+36+2=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C42402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42402 is #3BDBFD. Grayscale: #505050. Windows color (decimal): -3922942 or 140484. OLE color: 140484.
HSL color Cylindrical-coordinate representation of color #C42402: hue angle of 10.52º 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 #C42402 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.23 |
| HSL | 10.52º | 0.98% | 0.39% | - |
| HSV(B) | 10.52º | 0.99% | 0.77% | - |
| XYZ | 23.41 | 13 | 1.33 | - |
| YUV | 79.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 2 | 0 | 0.82 | 0.99 | 0.23 | 10.52 | 0.98 | 0.39 |
| Hex | C4 | 24 | 2 | 0 | 52 | 63 | 17 | B | 62 | 27 |
| Octal | 304 | 44 | 2 | 0 | 122 | 143 | 27 | 13 | 142 | 47 |
| Binary | 11000100 | 100100 | 10 | 0 | 1010010 | 1100011 | 10111 | 1011 | 1100010 | 100111 |
Color Harmonies of #C42402
Complementary color
Monochromatic Colors of #C42402
Black with #C42402
Text Example
Text Example
White with #C42402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42402; }
p { color: rgb(196,36,2); }
H1.HeaderClassName
{
color: #C42402;
}
.AnyTagClassName
{
color: #C42402;
}
</style>
background-color css
<style>
a { background-color: #C42402; }
a { background-color: rgb(196,36,2); }
div.DivClassName
{
background-color: #C42402;
}
.BgClassName
{
background-color: #C42402;
}
</style>
border-color css
<style>
span { border-color: #C42402; }
span { border-color: rgb(196,36,2); }
td.TdClassName
{
border-color: #C42402;
}
.TagClassName
{
border-color: #C42402;
}
</style>