Html Css Color HEX #C62A11 Harley Davidson Orange
📋 copy color: '#C62A11'red 198 ◦ green 42 ◦ blue 17
Shades of Harley Davidson Orange #C62A11
Tints of Harley Davidson Orange #C62A11
RGB
CMYK
RGB Variations
Color information
#C62A11 (or 0xC62A11) is known color: Harley Davidson Orange. HEX triplet: C6, 2A and 11. RGB value is (198,42,17). Sum of RGB (Red+Green+Blue) = 198+42+17=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62A11 is #39D5EE. Grayscale: #565656. Windows color (decimal): -3790319 or 1125062. OLE color: 1125062.
HSL color Cylindrical-coordinate representation of color #C62A11: hue angle of 8.29º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C62A11 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 17 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.22 |
| HSL | 8.29º | 0.84% | 0.42% | - |
| HSV(B) | 8.29º | 0.91% | 0.78% | - |
| XYZ | 24.22 | 13.7 | 1.9 | - |
| YUV | 85.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 17 | 0 | 0.79 | 0.91 | 0.22 | 8.29 | 0.84 | 0.42 |
| Hex | C6 | 2A | 11 | 0 | 4F | 5B | 16 | 8 | 54 | 2A |
| Octal | 306 | 52 | 21 | 0 | 117 | 133 | 26 | 10 | 124 | 52 |
| Binary | 11000110 | 101010 | 10001 | 0 | 1001111 | 1011011 | 10110 | 1000 | 1010100 | 101010 |
Color Harmonies of #C62A11
Complementary color
Monochromatic Colors of #C62A11
Black with #C62A11
Text Example
Text Example
White with #C62A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A11; }
p { color: rgb(198,42,17); }
H1.HeaderClassName
{
color: #C62A11;
}
.AnyTagClassName
{
color: #C62A11;
}
</style>
background-color css
<style>
a { background-color: #C62A11; }
a { background-color: rgb(198,42,17); }
div.DivClassName
{
background-color: #C62A11;
}
.BgClassName
{
background-color: #C62A11;
}
</style>
border-color css
<style>
span { border-color: #C62A11; }
span { border-color: rgb(198,42,17); }
td.TdClassName
{
border-color: #C62A11;
}
.TagClassName
{
border-color: #C62A11;
}
</style>