Html Css Color HEX #C62F0E Harley Davidson Orange
📋 copy color: '#C62F0E'red 198 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #C62F0E
Tints of Harley Davidson Orange #C62F0E
RGB
CMYK
RGB Variations
Color information
#C62F0E (or 0xC62F0E) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 0E. RGB value is (198,47,14). Sum of RGB (Red+Green+Blue) = 198+47+14=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F0E is #39D0F1. Grayscale: #585858. Windows color (decimal): -3789042 or 929734. OLE color: 929734.
HSL color Cylindrical-coordinate representation of color #C62F0E: hue angle of 10.76º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C62F0E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.22 |
| HSL | 10.76º | 0.87% | 0.42% | - |
| HSV(B) | 10.76º | 0.93% | 0.78% | - |
| XYZ | 24.38 | 14.07 | 1.85 | - |
| YUV | 88.39 | 86.03 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 14 | 0 | 0.76 | 0.93 | 0.22 | 10.76 | 0.87 | 0.42 |
| Hex | C6 | 2F | E | 0 | 4C | 5D | 16 | B | 57 | 2A |
| Octal | 306 | 57 | 16 | 0 | 114 | 135 | 26 | 13 | 127 | 52 |
| Binary | 11000110 | 101111 | 1110 | 0 | 1001100 | 1011101 | 10110 | 1011 | 1010111 | 101010 |
Color Harmonies of #C62F0E
Complementary color
Monochromatic Colors of #C62F0E
Black with #C62F0E
Text Example
Text Example
White with #C62F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F0E; }
p { color: rgb(198,47,14); }
H1.HeaderClassName
{
color: #C62F0E;
}
.AnyTagClassName
{
color: #C62F0E;
}
</style>
background-color css
<style>
a { background-color: #C62F0E; }
a { background-color: rgb(198,47,14); }
div.DivClassName
{
background-color: #C62F0E;
}
.BgClassName
{
background-color: #C62F0E;
}
</style>
border-color css
<style>
span { border-color: #C62F0E; }
span { border-color: rgb(198,47,14); }
td.TdClassName
{
border-color: #C62F0E;
}
.TagClassName
{
border-color: #C62F0E;
}
</style>