Html Css Color HEX #C62015 Harley Davidson Orange
📋 copy color: '#C62015'red 198 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #C62015
Tints of Harley Davidson Orange #C62015
RGB
CMYK
RGB Variations
Color information
#C62015 (or 0xC62015) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 15. RGB value is (198,32,21). Sum of RGB (Red+Green+Blue) = 198+32+21=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C62015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62015 is #39DFEA. Grayscale: #505050. Windows color (decimal): -3792875 or 1384646. OLE color: 1384646.
HSL color Cylindrical-coordinate representation of color #C62015: hue angle of 3.73º 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 #C62015 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 21 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.22 |
| HSL | 3.73º | 0.81% | 0.43% | - |
| HSV(B) | 3.73º | 0.89% | 0.78% | - |
| XYZ | 23.94 | 13.09 | 1.97 | - |
| YUV | 80.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 21 | 0 | 0.84 | 0.89 | 0.22 | 3.73 | 0.81 | 0.43 |
| Hex | C6 | 20 | 15 | 0 | 54 | 59 | 16 | 4 | 51 | 2B |
| Octal | 306 | 40 | 25 | 0 | 124 | 131 | 26 | 4 | 121 | 53 |
| Binary | 11000110 | 100000 | 10101 | 0 | 1010100 | 1011001 | 10110 | 100 | 1010001 | 101011 |
Color Harmonies of #C62015
Complementary color
Monochromatic Colors of #C62015
Black with #C62015
Text Example
Text Example
White with #C62015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62015; }
p { color: rgb(198,32,21); }
H1.HeaderClassName
{
color: #C62015;
}
.AnyTagClassName
{
color: #C62015;
}
</style>
background-color css
<style>
a { background-color: #C62015; }
a { background-color: rgb(198,32,21); }
div.DivClassName
{
background-color: #C62015;
}
.BgClassName
{
background-color: #C62015;
}
</style>
border-color css
<style>
span { border-color: #C62015; }
span { border-color: rgb(198,32,21); }
td.TdClassName
{
border-color: #C62015;
}
.TagClassName
{
border-color: #C62015;
}
</style>