Html Css Color HEX #C62C03 Harley Davidson Orange
📋 copy color: '#C62C03'red 198 ◦ green 44 ◦ blue 3
Shades of Harley Davidson Orange #C62C03
Tints of Harley Davidson Orange #C62C03
RGB
CMYK
RGB Variations
Color information
#C62C03 (or 0xC62C03) is known color: Harley Davidson Orange. HEX triplet: C6, 2C and 03. RGB value is (198,44,3). Sum of RGB (Red+Green+Blue) = 198+44+3=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62C03 is #39D3FC. Grayscale: #555555. Windows color (decimal): -3789821 or 208070. OLE color: 208070.
HSL color Cylindrical-coordinate representation of color #C62C03: hue angle of 12.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C62C03 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 3 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.22 |
| HSL | 12.62º | 0.97% | 0.39% | - |
| HSV(B) | 12.62º | 0.98% | 0.78% | - |
| XYZ | 24.21 | 13.81 | 1.48 | - |
| YUV | 85.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 3 | 0 | 0.78 | 0.98 | 0.22 | 12.62 | 0.97 | 0.39 |
| Hex | C6 | 2C | 3 | 0 | 4E | 62 | 16 | D | 61 | 27 |
| Octal | 306 | 54 | 3 | 0 | 116 | 142 | 26 | 15 | 141 | 47 |
| Binary | 11000110 | 101100 | 11 | 0 | 1001110 | 1100010 | 10110 | 1101 | 1100001 | 100111 |
Color Harmonies of #C62C03
Complementary color
Monochromatic Colors of #C62C03
Black with #C62C03
Text Example
Text Example
White with #C62C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C03; }
p { color: rgb(198,44,3); }
H1.HeaderClassName
{
color: #C62C03;
}
.AnyTagClassName
{
color: #C62C03;
}
</style>
background-color css
<style>
a { background-color: #C62C03; }
a { background-color: rgb(198,44,3); }
div.DivClassName
{
background-color: #C62C03;
}
.BgClassName
{
background-color: #C62C03;
}
</style>
border-color css
<style>
span { border-color: #C62C03; }
span { border-color: rgb(198,44,3); }
td.TdClassName
{
border-color: #C62C03;
}
.TagClassName
{
border-color: #C62C03;
}
</style>