Html Css Color HEX #C42B10 Harley Davidson Orange
📋 copy color: '#C42B10'red 196 ◦ green 43 ◦ blue 16
Shades of Harley Davidson Orange #C42B10
Tints of Harley Davidson Orange #C42B10
RGB
CMYK
RGB Variations
Color information
#C42B10 (or 0xC42B10) is known color: Harley Davidson Orange. HEX triplet: C4, 2B and 10. RGB value is (196,43,16). Sum of RGB (Red+Green+Blue) = 196+43+16=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42B10 is #3BD4EF. Grayscale: #555555. Windows color (decimal): -3921136 or 1059780. OLE color: 1059780.
HSL color Cylindrical-coordinate representation of color #C42B10: hue angle of 9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C42B10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 16 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.23 |
| HSL | 9º | 0.85% | 0.42% | - |
| HSV(B) | 9º | 0.92% | 0.77% | - |
| XYZ | 23.72 | 13.5 | 1.85 | - |
| YUV | 85.67 | 88.69 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 16 | 0 | 0.78 | 0.92 | 0.23 | 9 | 0.85 | 0.42 |
| Hex | C4 | 2B | 10 | 0 | 4E | 5C | 17 | 9 | 55 | 2A |
| Octal | 304 | 53 | 20 | 0 | 116 | 134 | 27 | 11 | 125 | 52 |
| Binary | 11000100 | 101011 | 10000 | 0 | 1001110 | 1011100 | 10111 | 1001 | 1010101 | 101010 |
Color Harmonies of #C42B10
Complementary color
Monochromatic Colors of #C42B10
Black with #C42B10
Text Example
Text Example
White with #C42B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B10; }
p { color: rgb(196,43,16); }
H1.HeaderClassName
{
color: #C42B10;
}
.AnyTagClassName
{
color: #C42B10;
}
</style>
background-color css
<style>
a { background-color: #C42B10; }
a { background-color: rgb(196,43,16); }
div.DivClassName
{
background-color: #C42B10;
}
.BgClassName
{
background-color: #C42B10;
}
</style>
border-color css
<style>
span { border-color: #C42B10; }
span { border-color: rgb(196,43,16); }
td.TdClassName
{
border-color: #C42B10;
}
.TagClassName
{
border-color: #C42B10;
}
</style>