Html Css Color HEX #C62914 Harley Davidson Orange
📋 copy color: '#C62914'red 198 ◦ green 41 ◦ blue 20
Shades of Harley Davidson Orange #C62914
Tints of Harley Davidson Orange #C62914
RGB
CMYK
RGB Variations
Color information
#C62914 (or 0xC62914) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 14. RGB value is (198,41,20). Sum of RGB (Red+Green+Blue) = 198+41+20=259 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.45% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 198 - color contains mainly: red. Hex color #C62914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62914 is #39D6EB. Grayscale: #555555. Windows color (decimal): -3790572 or 1321414. OLE color: 1321414.
HSL color Cylindrical-coordinate representation of color #C62914: hue angle of 7.08º 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 #C62914 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 20 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.22 |
| HSL | 7.08º | 0.82% | 0.43% | - |
| HSV(B) | 7.08º | 0.9% | 0.78% | - |
| XYZ | 24.21 | 13.64 | 2.02 | - |
| YUV | 85.55 | 91.01 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 20 | 0 | 0.79 | 0.90 | 0.22 | 7.08 | 0.82 | 0.43 |
| Hex | C6 | 29 | 14 | 0 | 4F | 5A | 16 | 7 | 52 | 2B |
| Octal | 306 | 51 | 24 | 0 | 117 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11000110 | 101001 | 10100 | 0 | 1001111 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C62914
Complementary color
Monochromatic Colors of #C62914
Black with #C62914
Text Example
Text Example
White with #C62914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62914; }
p { color: rgb(198,41,20); }
H1.HeaderClassName
{
color: #C62914;
}
.AnyTagClassName
{
color: #C62914;
}
</style>
background-color css
<style>
a { background-color: #C62914; }
a { background-color: rgb(198,41,20); }
div.DivClassName
{
background-color: #C62914;
}
.BgClassName
{
background-color: #C62914;
}
</style>
border-color css
<style>
span { border-color: #C62914; }
span { border-color: rgb(198,41,20); }
td.TdClassName
{
border-color: #C62914;
}
.TagClassName
{
border-color: #C62914;
}
</style>