Html Css Color HEX #C62813 Harley Davidson Orange
📋 copy color: '#C62813'red 198 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #C62813
Tints of Harley Davidson Orange #C62813
RGB
CMYK
RGB Variations
Color information
#C62813 (or 0xC62813) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 13. RGB value is (198,40,19). Sum of RGB (Red+Green+Blue) = 198+40+19=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C62813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62813 is #39D7EC. Grayscale: #555555. Windows color (decimal): -3790829 or 1255622. OLE color: 1255622.
HSL color Cylindrical-coordinate representation of color #C62813: hue angle of 7.04º 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 #C62813 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 19 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.22 |
| HSL | 7.04º | 0.82% | 0.43% | - |
| HSV(B) | 7.04º | 0.9% | 0.78% | - |
| XYZ | 24.17 | 13.57 | 1.96 | - |
| YUV | 84.85 | 90.85 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 19 | 0 | 0.80 | 0.90 | 0.22 | 7.04 | 0.82 | 0.43 |
| Hex | C6 | 28 | 13 | 0 | 50 | 5A | 16 | 7 | 52 | 2B |
| Octal | 306 | 50 | 23 | 0 | 120 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11000110 | 101000 | 10011 | 0 | 1010000 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C62813
Complementary color
Monochromatic Colors of #C62813
Black with #C62813
Text Example
Text Example
White with #C62813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62813; }
p { color: rgb(198,40,19); }
H1.HeaderClassName
{
color: #C62813;
}
.AnyTagClassName
{
color: #C62813;
}
</style>
background-color css
<style>
a { background-color: #C62813; }
a { background-color: rgb(198,40,19); }
div.DivClassName
{
background-color: #C62813;
}
.BgClassName
{
background-color: #C62813;
}
</style>
border-color css
<style>
span { border-color: #C62813; }
span { border-color: rgb(198,40,19); }
td.TdClassName
{
border-color: #C62813;
}
.TagClassName
{
border-color: #C62813;
}
</style>