Html Css Color HEX #C62711 Harley Davidson Orange
📋 copy color: '#C62711'red 198 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #C62711
Tints of Harley Davidson Orange #C62711
RGB
CMYK
RGB Variations
Color information
#C62711 (or 0xC62711) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 11. RGB value is (198,39,17). Sum of RGB (Red+Green+Blue) = 198+39+17=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62711 is #39D8EE. Grayscale: #545454. Windows color (decimal): -3791087 or 1124294. OLE color: 1124294.
HSL color Cylindrical-coordinate representation of color #C62711: hue angle of 7.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 #C62711 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 17 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.22 |
| HSL | 7.29º | 0.84% | 0.42% | - |
| HSV(B) | 7.29º | 0.91% | 0.78% | - |
| XYZ | 24.12 | 13.5 | 1.86 | - |
| YUV | 84.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 17 | 0 | 0.80 | 0.91 | 0.22 | 7.29 | 0.84 | 0.42 |
| Hex | C6 | 27 | 11 | 0 | 50 | 5B | 16 | 7 | 54 | 2A |
| Octal | 306 | 47 | 21 | 0 | 120 | 133 | 26 | 7 | 124 | 52 |
| Binary | 11000110 | 100111 | 10001 | 0 | 1010000 | 1011011 | 10110 | 111 | 1010100 | 101010 |
Color Harmonies of #C62711
Complementary color
Monochromatic Colors of #C62711
Black with #C62711
Text Example
Text Example
White with #C62711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62711; }
p { color: rgb(198,39,17); }
H1.HeaderClassName
{
color: #C62711;
}
.AnyTagClassName
{
color: #C62711;
}
</style>
background-color css
<style>
a { background-color: #C62711; }
a { background-color: rgb(198,39,17); }
div.DivClassName
{
background-color: #C62711;
}
.BgClassName
{
background-color: #C62711;
}
</style>
border-color css
<style>
span { border-color: #C62711; }
span { border-color: rgb(198,39,17); }
td.TdClassName
{
border-color: #C62711;
}
.TagClassName
{
border-color: #C62711;
}
</style>