Html Css Color HEX #C62F10 Harley Davidson Orange
📋 copy color: '#C62F10'red 198 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #C62F10
Tints of Harley Davidson Orange #C62F10
RGB
CMYK
RGB Variations
Color information
#C62F10 (or 0xC62F10) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 10. RGB value is (198,47,16). Sum of RGB (Red+Green+Blue) = 198+47+16=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F10 is #39D0EF. Grayscale: #585858. Windows color (decimal): -3789040 or 1060806. OLE color: 1060806.
HSL color Cylindrical-coordinate representation of color #C62F10: hue angle of 10.22º 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 #C62F10 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.22 |
| HSL | 10.22º | 0.85% | 0.42% | - |
| HSV(B) | 10.22º | 0.92% | 0.78% | - |
| XYZ | 24.4 | 14.08 | 1.92 | - |
| YUV | 88.62 | 87.03 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 16 | 0 | 0.76 | 0.92 | 0.22 | 10.22 | 0.85 | 0.42 |
| Hex | C6 | 2F | 10 | 0 | 4C | 5C | 16 | A | 55 | 2A |
| Octal | 306 | 57 | 20 | 0 | 114 | 134 | 26 | 12 | 125 | 52 |
| Binary | 11000110 | 101111 | 10000 | 0 | 1001100 | 1011100 | 10110 | 1010 | 1010101 | 101010 |
Color Harmonies of #C62F10
Complementary color
Monochromatic Colors of #C62F10
Black with #C62F10
Text Example
Text Example
White with #C62F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F10; }
p { color: rgb(198,47,16); }
H1.HeaderClassName
{
color: #C62F10;
}
.AnyTagClassName
{
color: #C62F10;
}
</style>
background-color css
<style>
a { background-color: #C62F10; }
a { background-color: rgb(198,47,16); }
div.DivClassName
{
background-color: #C62F10;
}
.BgClassName
{
background-color: #C62F10;
}
</style>
border-color css
<style>
span { border-color: #C62F10; }
span { border-color: rgb(198,47,16); }
td.TdClassName
{
border-color: #C62F10;
}
.TagClassName
{
border-color: #C62F10;
}
</style>