Html Css Color HEX #C63403 Harley Davidson Orange
📋 copy color: '#C63403'red 198 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #C63403
Tints of Harley Davidson Orange #C63403
RGB
CMYK
RGB Variations
Color information
#C63403 (or 0xC63403) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 03. RGB value is (198,52,3). Sum of RGB (Red+Green+Blue) = 198+52+3=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C63403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63403 is #39CBFC. Grayscale: #5A5A5A. Windows color (decimal): -3787773 or 210118. OLE color: 210118.
HSL color Cylindrical-coordinate representation of color #C63403: hue angle of 15.08º 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 #C63403 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.22 |
| HSL | 15.08º | 0.97% | 0.39% | - |
| HSV(B) | 15.08º | 0.98% | 0.78% | - |
| XYZ | 24.53 | 14.47 | 1.59 | - |
| YUV | 90.07 | 78.87 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 3 | 0 | 0.74 | 0.98 | 0.22 | 15.08 | 0.97 | 0.39 |
| Hex | C6 | 34 | 3 | 0 | 4A | 62 | 16 | F | 61 | 27 |
| Octal | 306 | 64 | 3 | 0 | 112 | 142 | 26 | 17 | 141 | 47 |
| Binary | 11000110 | 110100 | 11 | 0 | 1001010 | 1100010 | 10110 | 1111 | 1100001 | 100111 |
Color Harmonies of #C63403
Complementary color
Monochromatic Colors of #C63403
Black with #C63403
Text Example
Text Example
White with #C63403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63403; }
p { color: rgb(198,52,3); }
H1.HeaderClassName
{
color: #C63403;
}
.AnyTagClassName
{
color: #C63403;
}
</style>
background-color css
<style>
a { background-color: #C63403; }
a { background-color: rgb(198,52,3); }
div.DivClassName
{
background-color: #C63403;
}
.BgClassName
{
background-color: #C63403;
}
</style>
border-color css
<style>
span { border-color: #C63403; }
span { border-color: rgb(198,52,3); }
td.TdClassName
{
border-color: #C63403;
}
.TagClassName
{
border-color: #C63403;
}
</style>