Html Css Color HEX #C62503 Harley Davidson Orange
📋 copy color: '#C62503'red 198 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #C62503
Tints of Harley Davidson Orange #C62503
RGB
CMYK
RGB Variations
Color information
#C62503 (or 0xC62503) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 03. RGB value is (198,37,3). Sum of RGB (Red+Green+Blue) = 198+37+3=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62503 is #39DAFC. Grayscale: #515151. Windows color (decimal): -3791613 or 206278. OLE color: 206278.
HSL color Cylindrical-coordinate representation of color #C62503: hue angle of 10.46º 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 #C62503 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.22 |
| HSL | 10.46º | 0.97% | 0.39% | - |
| HSV(B) | 10.46º | 0.98% | 0.78% | - |
| XYZ | 23.97 | 13.34 | 1.4 | - |
| YUV | 81.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 3 | 0 | 0.81 | 0.98 | 0.22 | 10.46 | 0.97 | 0.39 |
| Hex | C6 | 25 | 3 | 0 | 51 | 62 | 16 | A | 61 | 27 |
| Octal | 306 | 45 | 3 | 0 | 121 | 142 | 26 | 12 | 141 | 47 |
| Binary | 11000110 | 100101 | 11 | 0 | 1010001 | 1100010 | 10110 | 1010 | 1100001 | 100111 |
Color Harmonies of #C62503
Complementary color
Monochromatic Colors of #C62503
Black with #C62503
Text Example
Text Example
White with #C62503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62503; }
p { color: rgb(198,37,3); }
H1.HeaderClassName
{
color: #C62503;
}
.AnyTagClassName
{
color: #C62503;
}
</style>
background-color css
<style>
a { background-color: #C62503; }
a { background-color: rgb(198,37,3); }
div.DivClassName
{
background-color: #C62503;
}
.BgClassName
{
background-color: #C62503;
}
</style>
border-color css
<style>
span { border-color: #C62503; }
span { border-color: rgb(198,37,3); }
td.TdClassName
{
border-color: #C62503;
}
.TagClassName
{
border-color: #C62503;
}
</style>