Html Css Color HEX #C62913 Harley Davidson Orange
📋 copy color: '#C62913'red 198 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #C62913
Tints of Harley Davidson Orange #C62913
RGB
CMYK
RGB Variations
Color information
#C62913 (or 0xC62913) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 13. RGB value is (198,41,19). Sum of RGB (Red+Green+Blue) = 198+41+19=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62913 is #39D6EC. Grayscale: #555555. Windows color (decimal): -3790573 or 1255878. OLE color: 1255878.
HSL color Cylindrical-coordinate representation of color #C62913: hue angle of 7.37º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C62913 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 19 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.22 |
| HSL | 7.37º | 0.82% | 0.43% | - |
| HSV(B) | 7.37º | 0.9% | 0.78% | - |
| XYZ | 24.2 | 13.64 | 1.97 | - |
| YUV | 85.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 19 | 0 | 0.79 | 0.90 | 0.22 | 7.37 | 0.82 | 0.43 |
| Hex | C6 | 29 | 13 | 0 | 4F | 5A | 16 | 7 | 52 | 2B |
| Octal | 306 | 51 | 23 | 0 | 117 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11000110 | 101001 | 10011 | 0 | 1001111 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C62913
Complementary color
Monochromatic Colors of #C62913
Black with #C62913
Text Example
Text Example
White with #C62913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62913; }
p { color: rgb(198,41,19); }
H1.HeaderClassName
{
color: #C62913;
}
.AnyTagClassName
{
color: #C62913;
}
</style>
background-color css
<style>
a { background-color: #C62913; }
a { background-color: rgb(198,41,19); }
div.DivClassName
{
background-color: #C62913;
}
.BgClassName
{
background-color: #C62913;
}
</style>
border-color css
<style>
span { border-color: #C62913; }
span { border-color: rgb(198,41,19); }
td.TdClassName
{
border-color: #C62913;
}
.TagClassName
{
border-color: #C62913;
}
</style>