Html Css Color HEX #C63014 Harley Davidson Orange
📋 copy color: '#C63014'red 198 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #C63014
Tints of Harley Davidson Orange #C63014
RGB
CMYK
RGB Variations
Color information
#C63014 (or 0xC63014) is known color: Harley Davidson Orange. HEX triplet: C6, 30 and 14. RGB value is (198,48,20). Sum of RGB (Red+Green+Blue) = 198+48+20=266 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.44% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 198 - color contains mainly: red. Hex color #C63014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63014 is #39CFEB. Grayscale: #595959. Windows color (decimal): -3788780 or 1323206. OLE color: 1323206.
HSL color Cylindrical-coordinate representation of color #C63014: hue angle of 9.44º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C63014 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.22 |
| HSL | 9.44º | 0.82% | 0.43% | - |
| HSV(B) | 9.44º | 0.9% | 0.78% | - |
| XYZ | 24.47 | 14.17 | 2.11 | - |
| YUV | 89.66 | 88.7 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 20 | 0 | 0.76 | 0.90 | 0.22 | 9.44 | 0.82 | 0.43 |
| Hex | C6 | 30 | 14 | 0 | 4C | 5A | 16 | 9 | 52 | 2B |
| Octal | 306 | 60 | 24 | 0 | 114 | 132 | 26 | 11 | 122 | 53 |
| Binary | 11000110 | 110000 | 10100 | 0 | 1001100 | 1011010 | 10110 | 1001 | 1010010 | 101011 |
Color Harmonies of #C63014
Complementary color
Monochromatic Colors of #C63014
Black with #C63014
Text Example
Text Example
White with #C63014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63014; }
p { color: rgb(198,48,20); }
H1.HeaderClassName
{
color: #C63014;
}
.AnyTagClassName
{
color: #C63014;
}
</style>
background-color css
<style>
a { background-color: #C63014; }
a { background-color: rgb(198,48,20); }
div.DivClassName
{
background-color: #C63014;
}
.BgClassName
{
background-color: #C63014;
}
</style>
border-color css
<style>
span { border-color: #C63014; }
span { border-color: rgb(198,48,20); }
td.TdClassName
{
border-color: #C63014;
}
.TagClassName
{
border-color: #C63014;
}
</style>