Html Css Color HEX #C42F11 Harley Davidson Orange
📋 copy color: '#C42F11'red 196 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #C42F11
Tints of Harley Davidson Orange #C42F11
RGB
CMYK
RGB Variations
Color information
#C42F11 (or 0xC42F11) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 11. RGB value is (196,47,17). Sum of RGB (Red+Green+Blue) = 196+47+17=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 47 (18.75% from 255 or 18.08% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F11 is #3BD0EE. Grayscale: #585858. Windows color (decimal): -3920111 or 1126340. OLE color: 1126340.
HSL color Cylindrical-coordinate representation of color #C42F11: hue angle of 10.06º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C42F11 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 17 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.23 |
| HSL | 10.06º | 0.84% | 0.42% | - |
| HSV(B) | 10.06º | 0.91% | 0.77% | - |
| XYZ | 23.88 | 13.81 | 1.94 | - |
| YUV | 88.13 | 87.86 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 17 | 0 | 0.76 | 0.91 | 0.23 | 10.06 | 0.84 | 0.42 |
| Hex | C4 | 2F | 11 | 0 | 4C | 5B | 17 | A | 54 | 2A |
| Octal | 304 | 57 | 21 | 0 | 114 | 133 | 27 | 12 | 124 | 52 |
| Binary | 11000100 | 101111 | 10001 | 0 | 1001100 | 1011011 | 10111 | 1010 | 1010100 | 101010 |
Color Harmonies of #C42F11
Complementary color
Monochromatic Colors of #C42F11
Black with #C42F11
Text Example
Text Example
White with #C42F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F11; }
p { color: rgb(196,47,17); }
H1.HeaderClassName
{
color: #C42F11;
}
.AnyTagClassName
{
color: #C42F11;
}
</style>
background-color css
<style>
a { background-color: #C42F11; }
a { background-color: rgb(196,47,17); }
div.DivClassName
{
background-color: #C42F11;
}
.BgClassName
{
background-color: #C42F11;
}
</style>
border-color css
<style>
span { border-color: #C42F11; }
span { border-color: rgb(196,47,17); }
td.TdClassName
{
border-color: #C42F11;
}
.TagClassName
{
border-color: #C42F11;
}
</style>