Html Css Color HEX #C42A02 Harley Davidson Orange
📋 copy color: '#C42A02'red 196 ◦ green 42 ◦ blue 2
Shades of Harley Davidson Orange #C42A02
Tints of Harley Davidson Orange #C42A02
RGB
CMYK
RGB Variations
Color information
#C42A02 (or 0xC42A02) is known color: Harley Davidson Orange. HEX triplet: C4, 2A and 02. RGB value is (196,42,2). Sum of RGB (Red+Green+Blue) = 196+42+2=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42A02 is #3BD5FD. Grayscale: #535353. Windows color (decimal): -3921406 or 142020. OLE color: 142020.
HSL color Cylindrical-coordinate representation of color #C42A02: hue angle of 12.37º 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 #C42A02 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 42 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.23 |
| HSL | 12.37º | 0.98% | 0.39% | - |
| HSV(B) | 12.37º | 0.99% | 0.77% | - |
| XYZ | 23.6 | 13.4 | 1.4 | - |
| YUV | 83.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 2 | 0 | 0.79 | 0.99 | 0.23 | 12.37 | 0.98 | 0.39 |
| Hex | C4 | 2A | 2 | 0 | 4F | 63 | 17 | C | 62 | 27 |
| Octal | 304 | 52 | 2 | 0 | 117 | 143 | 27 | 14 | 142 | 47 |
| Binary | 11000100 | 101010 | 10 | 0 | 1001111 | 1100011 | 10111 | 1100 | 1100010 | 100111 |
Color Harmonies of #C42A02
Complementary color
Monochromatic Colors of #C42A02
Black with #C42A02
Text Example
Text Example
White with #C42A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42A02; }
p { color: rgb(196,42,2); }
H1.HeaderClassName
{
color: #C42A02;
}
.AnyTagClassName
{
color: #C42A02;
}
</style>
background-color css
<style>
a { background-color: #C42A02; }
a { background-color: rgb(196,42,2); }
div.DivClassName
{
background-color: #C42A02;
}
.BgClassName
{
background-color: #C42A02;
}
</style>
border-color css
<style>
span { border-color: #C42A02; }
span { border-color: rgb(196,42,2); }
td.TdClassName
{
border-color: #C42A02;
}
.TagClassName
{
border-color: #C42A02;
}
</style>