Html Css Color HEX #C42C10 Harley Davidson Orange
📋 copy color: '#C42C10'red 196 ◦ green 44 ◦ blue 16
Shades of Harley Davidson Orange #C42C10
Tints of Harley Davidson Orange #C42C10
RGB
CMYK
RGB Variations
Color information
#C42C10 (or 0xC42C10) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 10. RGB value is (196,44,16). Sum of RGB (Red+Green+Blue) = 196+44+16=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C10 is #3BD3EF. Grayscale: #565656. Windows color (decimal): -3920880 or 1060036. OLE color: 1060036.
HSL color Cylindrical-coordinate representation of color #C42C10: hue angle of 9.33º 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 #C42C10 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 16 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.23 |
| HSL | 9.33º | 0.85% | 0.42% | - |
| HSV(B) | 9.33º | 0.92% | 0.77% | - |
| XYZ | 23.76 | 13.57 | 1.86 | - |
| YUV | 86.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 16 | 0 | 0.78 | 0.92 | 0.23 | 9.33 | 0.85 | 0.42 |
| Hex | C4 | 2C | 10 | 0 | 4E | 5C | 17 | 9 | 55 | 2A |
| Octal | 304 | 54 | 20 | 0 | 116 | 134 | 27 | 11 | 125 | 52 |
| Binary | 11000100 | 101100 | 10000 | 0 | 1001110 | 1011100 | 10111 | 1001 | 1010101 | 101010 |
Color Harmonies of #C42C10
Complementary color
Monochromatic Colors of #C42C10
Black with #C42C10
Text Example
Text Example
White with #C42C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C10; }
p { color: rgb(196,44,16); }
H1.HeaderClassName
{
color: #C42C10;
}
.AnyTagClassName
{
color: #C42C10;
}
</style>
background-color css
<style>
a { background-color: #C42C10; }
a { background-color: rgb(196,44,16); }
div.DivClassName
{
background-color: #C42C10;
}
.BgClassName
{
background-color: #C42C10;
}
</style>
border-color css
<style>
span { border-color: #C42C10; }
span { border-color: rgb(196,44,16); }
td.TdClassName
{
border-color: #C42C10;
}
.TagClassName
{
border-color: #C42C10;
}
</style>