Html Css Color HEX #C63103 Harley Davidson Orange
📋 copy color: '#C63103'red 198 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #C63103
Tints of Harley Davidson Orange #C63103
RGB
CMYK
RGB Variations
Color information
#C63103 (or 0xC63103) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 03. RGB value is (198,49,3). Sum of RGB (Red+Green+Blue) = 198+49+3=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C63103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63103 is #39CEFC. Grayscale: #585858. Windows color (decimal): -3788541 or 209350. OLE color: 209350.
HSL color Cylindrical-coordinate representation of color #C63103: hue angle of 14.15º 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 #C63103 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.22 |
| HSL | 14.15º | 0.97% | 0.39% | - |
| HSV(B) | 14.15º | 0.98% | 0.78% | - |
| XYZ | 24.4 | 14.21 | 1.54 | - |
| YUV | 88.31 | 79.86 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 3 | 0 | 0.75 | 0.98 | 0.22 | 14.15 | 0.97 | 0.39 |
| Hex | C6 | 31 | 3 | 0 | 4B | 62 | 16 | E | 61 | 27 |
| Octal | 306 | 61 | 3 | 0 | 113 | 142 | 26 | 16 | 141 | 47 |
| Binary | 11000110 | 110001 | 11 | 0 | 1001011 | 1100010 | 10110 | 1110 | 1100001 | 100111 |
Color Harmonies of #C63103
Complementary color
Monochromatic Colors of #C63103
Black with #C63103
Text Example
Text Example
White with #C63103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63103; }
p { color: rgb(198,49,3); }
H1.HeaderClassName
{
color: #C63103;
}
.AnyTagClassName
{
color: #C63103;
}
</style>
background-color css
<style>
a { background-color: #C63103; }
a { background-color: rgb(198,49,3); }
div.DivClassName
{
background-color: #C63103;
}
.BgClassName
{
background-color: #C63103;
}
</style>
border-color css
<style>
span { border-color: #C63103; }
span { border-color: rgb(198,49,3); }
td.TdClassName
{
border-color: #C63103;
}
.TagClassName
{
border-color: #C63103;
}
</style>