Html Css Color HEX #C62715 Harley Davidson Orange
📋 copy color: '#C62715'red 198 ◦ green 39 ◦ blue 21
Shades of Harley Davidson Orange #C62715
Tints of Harley Davidson Orange #C62715
RGB
CMYK
RGB Variations
Color information
#C62715 (or 0xC62715) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 15. RGB value is (198,39,21). Sum of RGB (Red+Green+Blue) = 198+39+21=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62715 is #39D8EA. Grayscale: #545454. Windows color (decimal): -3791083 or 1386438. OLE color: 1386438.
HSL color Cylindrical-coordinate representation of color #C62715: hue angle of 6.1º degrees, saturation: 0.81, 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 #C62715 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 21 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.22 |
| HSL | 6.1º | 0.81% | 0.43% | - |
| HSV(B) | 6.1º | 0.89% | 0.78% | - |
| XYZ | 24.15 | 13.51 | 2.04 | - |
| YUV | 84.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 21 | 0 | 0.80 | 0.89 | 0.22 | 6.1 | 0.81 | 0.43 |
| Hex | C6 | 27 | 15 | 0 | 50 | 59 | 16 | 6 | 51 | 2B |
| Octal | 306 | 47 | 25 | 0 | 120 | 131 | 26 | 6 | 121 | 53 |
| Binary | 11000110 | 100111 | 10101 | 0 | 1010000 | 1011001 | 10110 | 110 | 1010001 | 101011 |
Color Harmonies of #C62715
Complementary color
Monochromatic Colors of #C62715
Black with #C62715
Text Example
Text Example
White with #C62715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62715; }
p { color: rgb(198,39,21); }
H1.HeaderClassName
{
color: #C62715;
}
.AnyTagClassName
{
color: #C62715;
}
</style>
background-color css
<style>
a { background-color: #C62715; }
a { background-color: rgb(198,39,21); }
div.DivClassName
{
background-color: #C62715;
}
.BgClassName
{
background-color: #C62715;
}
</style>
border-color css
<style>
span { border-color: #C62715; }
span { border-color: rgb(198,39,21); }
td.TdClassName
{
border-color: #C62715;
}
.TagClassName
{
border-color: #C62715;
}
</style>