Html Css Color HEX #C63505 Harley Davidson Orange
📋 copy color: '#C63505'red 198 ◦ green 53 ◦ blue 5
Shades of Harley Davidson Orange #C63505
Tints of Harley Davidson Orange #C63505
RGB
CMYK
RGB Variations
Color information
#C63505 (or 0xC63505) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 05. RGB value is (198,53,5). Sum of RGB (Red+Green+Blue) = 198+53+5=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C63505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63505 is #39CAFA. Grayscale: #5B5B5B. Windows color (decimal): -3787515 or 341446. OLE color: 341446.
HSL color Cylindrical-coordinate representation of color #C63505: hue angle of 14.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C63505 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.22 |
| HSL | 14.92º | 0.95% | 0.4% | - |
| HSV(B) | 14.92º | 0.97% | 0.78% | - |
| XYZ | 24.59 | 14.56 | 1.66 | - |
| YUV | 90.88 | 79.54 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 5 | 0 | 0.73 | 0.97 | 0.22 | 14.92 | 0.95 | 0.4 |
| Hex | C6 | 35 | 5 | 0 | 49 | 61 | 16 | F | 5F | 28 |
| Octal | 306 | 65 | 5 | 0 | 111 | 141 | 26 | 17 | 137 | 50 |
| Binary | 11000110 | 110101 | 101 | 0 | 1001001 | 1100001 | 10110 | 1111 | 1011111 | 101000 |
Color Harmonies of #C63505
Complementary color
Monochromatic Colors of #C63505
Black with #C63505
Text Example
Text Example
White with #C63505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63505; }
p { color: rgb(198,53,5); }
H1.HeaderClassName
{
color: #C63505;
}
.AnyTagClassName
{
color: #C63505;
}
</style>
background-color css
<style>
a { background-color: #C63505; }
a { background-color: rgb(198,53,5); }
div.DivClassName
{
background-color: #C63505;
}
.BgClassName
{
background-color: #C63505;
}
</style>
border-color css
<style>
span { border-color: #C63505; }
span { border-color: rgb(198,53,5); }
td.TdClassName
{
border-color: #C63505;
}
.TagClassName
{
border-color: #C63505;
}
</style>