Html Css Color HEX #C62900 Harley Davidson Orange
📋 copy color: '#C62900'red 198 ◦ green 41 ◦ blue 0
Shades of Harley Davidson Orange #C62900
Tints of Harley Davidson Orange #C62900
RGB
CMYK
RGB Variations
Color information
#C62900 (or 0xC62900) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 00. RGB value is (198,41,0). Sum of RGB (Red+Green+Blue) = 198+41+0=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C62900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62900 is #39D6FF. Grayscale: #535353. Windows color (decimal): -3790592 or 10694. OLE color: 10694.
HSL color Cylindrical-coordinate representation of color #C62900: hue angle of 12.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C62900 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.22 |
| HSL | 12.42º | 1% | 0.39% | - |
| HSV(B) | 12.42º | 1% | 0.78% | - |
| XYZ | 24.08 | 13.59 | 1.35 | - |
| YUV | 83.27 | 81.01 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 0 | 0 | 0.79 | 1 | 0.22 | 12.42 | 1 | 0.39 |
| Hex | C6 | 29 | 0 | 0 | 4F | 64 | 16 | C | 64 | 27 |
| Octal | 306 | 51 | 0 | 0 | 117 | 144 | 26 | 14 | 144 | 47 |
| Binary | 11000110 | 101001 | 0 | 0 | 1001111 | 1100100 | 10110 | 1100 | 1100100 | 100111 |
Color Harmonies of #C62900
Complementary color
Monochromatic Colors of #C62900
Black with #C62900
Text Example
Text Example
White with #C62900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62900; }
p { color: rgb(198,41,0); }
H1.HeaderClassName
{
color: #C62900;
}
.AnyTagClassName
{
color: #C62900;
}
</style>
background-color css
<style>
a { background-color: #C62900; }
a { background-color: rgb(198,41,0); }
div.DivClassName
{
background-color: #C62900;
}
.BgClassName
{
background-color: #C62900;
}
</style>
border-color css
<style>
span { border-color: #C62900; }
span { border-color: rgb(198,41,0); }
td.TdClassName
{
border-color: #C62900;
}
.TagClassName
{
border-color: #C62900;
}
</style>