Html Css Color HEX #C62902 Harley Davidson Orange
📋 copy color: '#C62902'red 198 ◦ green 41 ◦ blue 2
Shades of Harley Davidson Orange #C62902
Tints of Harley Davidson Orange #C62902
RGB
CMYK
RGB Variations
Color information
#C62902 (or 0xC62902) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 02. RGB value is (198,41,2). Sum of RGB (Red+Green+Blue) = 198+41+2=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 2 (1.17% from 255 or 0.83% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C62902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62902 is #39D6FD. Grayscale: #535353. Windows color (decimal): -3790590 or 141766. OLE color: 141766.
HSL color Cylindrical-coordinate representation of color #C62902: hue angle of 11.94º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C62902 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.22 |
| HSL | 11.94º | 0.98% | 0.39% | - |
| HSV(B) | 11.94º | 0.99% | 0.78% | - |
| XYZ | 24.09 | 13.6 | 1.41 | - |
| YUV | 83.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 2 | 0 | 0.79 | 0.99 | 0.22 | 11.94 | 0.98 | 0.39 |
| Hex | C6 | 29 | 2 | 0 | 4F | 63 | 16 | C | 62 | 27 |
| Octal | 306 | 51 | 2 | 0 | 117 | 143 | 26 | 14 | 142 | 47 |
| Binary | 11000110 | 101001 | 10 | 0 | 1001111 | 1100011 | 10110 | 1100 | 1100010 | 100111 |
Color Harmonies of #C62902
Complementary color
Monochromatic Colors of #C62902
Black with #C62902
Text Example
Text Example
White with #C62902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62902; }
p { color: rgb(198,41,2); }
H1.HeaderClassName
{
color: #C62902;
}
.AnyTagClassName
{
color: #C62902;
}
</style>
background-color css
<style>
a { background-color: #C62902; }
a { background-color: rgb(198,41,2); }
div.DivClassName
{
background-color: #C62902;
}
.BgClassName
{
background-color: #C62902;
}
</style>
border-color css
<style>
span { border-color: #C62902; }
span { border-color: rgb(198,41,2); }
td.TdClassName
{
border-color: #C62902;
}
.TagClassName
{
border-color: #C62902;
}
</style>