Html Css Color HEX #C62310 Harley Davidson Orange
📋 copy color: '#C62310'red 198 ◦ green 35 ◦ blue 16
Shades of Harley Davidson Orange #C62310
Tints of Harley Davidson Orange #C62310
RGB
CMYK
RGB Variations
Color information
#C62310 (or 0xC62310) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 10. RGB value is (198,35,16). Sum of RGB (Red+Green+Blue) = 198+35+16=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C62310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62310 is #39DCEF. Grayscale: #515151. Windows color (decimal): -3792112 or 1057734. OLE color: 1057734.
HSL color Cylindrical-coordinate representation of color #C62310: hue angle of 6.26º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C62310 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.22 |
| HSL | 6.26º | 0.85% | 0.42% | - |
| HSV(B) | 6.26º | 0.92% | 0.78% | - |
| XYZ | 23.98 | 13.25 | 1.78 | - |
| YUV | 81.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 16 | 0 | 0.82 | 0.92 | 0.22 | 6.26 | 0.85 | 0.42 |
| Hex | C6 | 23 | 10 | 0 | 52 | 5C | 16 | 6 | 55 | 2A |
| Octal | 306 | 43 | 20 | 0 | 122 | 134 | 26 | 6 | 125 | 52 |
| Binary | 11000110 | 100011 | 10000 | 0 | 1010010 | 1011100 | 10110 | 110 | 1010101 | 101010 |
Color Harmonies of #C62310
Complementary color
Monochromatic Colors of #C62310
Black with #C62310
Text Example
Text Example
White with #C62310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62310; }
p { color: rgb(198,35,16); }
H1.HeaderClassName
{
color: #C62310;
}
.AnyTagClassName
{
color: #C62310;
}
</style>
background-color css
<style>
a { background-color: #C62310; }
a { background-color: rgb(198,35,16); }
div.DivClassName
{
background-color: #C62310;
}
.BgClassName
{
background-color: #C62310;
}
</style>
border-color css
<style>
span { border-color: #C62310; }
span { border-color: rgb(198,35,16); }
td.TdClassName
{
border-color: #C62310;
}
.TagClassName
{
border-color: #C62310;
}
</style>