Html Css Color HEX #C62F16 Harley Davidson Orange
📋 copy color: '#C62F16'red 198 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #C62F16
Tints of Harley Davidson Orange #C62F16
RGB
CMYK
RGB Variations
Color information
#C62F16 (or 0xC62F16) is known color: Harley Davidson Orange. HEX triplet: C6, 2F and 16. RGB value is (198,47,22). Sum of RGB (Red+Green+Blue) = 198+47+22=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62F16 is #39D0E9. Grayscale: #595959. Windows color (decimal): -3789034 or 1454022. OLE color: 1454022.
HSL color Cylindrical-coordinate representation of color #C62F16: hue angle of 8.52º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C62F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.22 |
| HSL | 8.52º | 0.8% | 0.43% | - |
| HSV(B) | 8.52º | 0.89% | 0.78% | - |
| XYZ | 24.45 | 14.1 | 2.19 | - |
| YUV | 89.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 22 | 0 | 0.76 | 0.89 | 0.22 | 8.52 | 0.8 | 0.43 |
| Hex | C6 | 2F | 16 | 0 | 4C | 59 | 16 | 9 | 50 | 2B |
| Octal | 306 | 57 | 26 | 0 | 114 | 131 | 26 | 11 | 120 | 53 |
| Binary | 11000110 | 101111 | 10110 | 0 | 1001100 | 1011001 | 10110 | 1001 | 1010000 | 101011 |
Color Harmonies of #C62F16
Complementary color
Monochromatic Colors of #C62F16
Black with #C62F16
Text Example
Text Example
White with #C62F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62F16; }
p { color: rgb(198,47,22); }
H1.HeaderClassName
{
color: #C62F16;
}
.AnyTagClassName
{
color: #C62F16;
}
</style>
background-color css
<style>
a { background-color: #C62F16; }
a { background-color: rgb(198,47,22); }
div.DivClassName
{
background-color: #C62F16;
}
.BgClassName
{
background-color: #C62F16;
}
</style>
border-color css
<style>
span { border-color: #C62F16; }
span { border-color: rgb(198,47,22); }
td.TdClassName
{
border-color: #C62F16;
}
.TagClassName
{
border-color: #C62F16;
}
</style>