Html Css Color HEX #C63504 Harley Davidson Orange
📋 copy color: '#C63504'red 198 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #C63504
Tints of Harley Davidson Orange #C63504
RGB
CMYK
RGB Variations
Color information
#C63504 (or 0xC63504) is known color: Harley Davidson Orange. HEX triplet: C6, 35 and 04. RGB value is (198,53,4). Sum of RGB (Red+Green+Blue) = 198+53+4=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C63504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63504 is #39CAFB. Grayscale: #5B5B5B. Windows color (decimal): -3787516 or 275910. OLE color: 275910.
HSL color Cylindrical-coordinate representation of color #C63504: hue angle of 15.15º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C63504 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 53 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.22 |
| HSL | 15.15º | 0.96% | 0.4% | - |
| HSV(B) | 15.15º | 0.98% | 0.78% | - |
| XYZ | 24.58 | 14.56 | 1.63 | - |
| YUV | 90.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 4 | 0 | 0.73 | 0.98 | 0.22 | 15.15 | 0.96 | 0.4 |
| Hex | C6 | 35 | 4 | 0 | 49 | 62 | 16 | F | 60 | 28 |
| Octal | 306 | 65 | 4 | 0 | 111 | 142 | 26 | 17 | 140 | 50 |
| Binary | 11000110 | 110101 | 100 | 0 | 1001001 | 1100010 | 10110 | 1111 | 1100000 | 101000 |
Color Harmonies of #C63504
Complementary color
Monochromatic Colors of #C63504
Black with #C63504
Text Example
Text Example
White with #C63504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63504; }
p { color: rgb(198,53,4); }
H1.HeaderClassName
{
color: #C63504;
}
.AnyTagClassName
{
color: #C63504;
}
</style>
background-color css
<style>
a { background-color: #C63504; }
a { background-color: rgb(198,53,4); }
div.DivClassName
{
background-color: #C63504;
}
.BgClassName
{
background-color: #C63504;
}
</style>
border-color css
<style>
span { border-color: #C63504; }
span { border-color: rgb(198,53,4); }
td.TdClassName
{
border-color: #C63504;
}
.TagClassName
{
border-color: #C63504;
}
</style>