Html Css Color HEX #C63503 Harley Davidson Orange
📋 copy color: '#C63503'red 198 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #C63503
Tints of Harley Davidson Orange #C63503
RGB
CMYK
RGB Variations
Color information
#C63503 (or 0xC63503) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 03. RGB value is (198,53,3). Sum of RGB (Red+Green+Blue) = 198+53+3=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C63503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63503 is #39CAFC. Grayscale: #5B5B5B. Windows color (decimal): -3787517 or 210374. OLE color: 210374.
HSL color Cylindrical-coordinate representation of color #C63503: hue angle of 15.38º 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 #C63503 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 3 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.22 |
| HSL | 15.38º | 0.97% | 0.39% | - |
| HSV(B) | 15.38º | 0.98% | 0.78% | - |
| XYZ | 24.58 | 14.56 | 1.6 | - |
| YUV | 90.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 3 | 0 | 0.73 | 0.98 | 0.22 | 15.38 | 0.97 | 0.39 |
| Hex | C6 | 35 | 3 | 0 | 49 | 62 | 16 | F | 61 | 27 |
| Octal | 306 | 65 | 3 | 0 | 111 | 142 | 26 | 17 | 141 | 47 |
| Binary | 11000110 | 110101 | 11 | 0 | 1001001 | 1100010 | 10110 | 1111 | 1100001 | 100111 |
Color Harmonies of #C63503
Complementary color
Monochromatic Colors of #C63503
Black with #C63503
Text Example
Text Example
White with #C63503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63503; }
p { color: rgb(198,53,3); }
H1.HeaderClassName
{
color: #C63503;
}
.AnyTagClassName
{
color: #C63503;
}
</style>
background-color css
<style>
a { background-color: #C63503; }
a { background-color: rgb(198,53,3); }
div.DivClassName
{
background-color: #C63503;
}
.BgClassName
{
background-color: #C63503;
}
</style>
border-color css
<style>
span { border-color: #C63503; }
span { border-color: rgb(198,53,3); }
td.TdClassName
{
border-color: #C63503;
}
.TagClassName
{
border-color: #C63503;
}
</style>