Html Css Color HEX #C03715 Harley Davidson Orange
📋 copy color: '#C03715'red 192 ◦ green 55 ◦ blue 21
Shades of Harley Davidson Orange #C03715
Tints of Harley Davidson Orange #C03715
RGB
CMYK
RGB Variations
Color information
#C03715 (or 0xC03715) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 15. RGB value is (192,55,21). Sum of RGB (Red+Green+Blue) = 192+55+21=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03715 is #3FC8EA. Grayscale: #5C5C5C. Windows color (decimal): -4180203 or 1390528. OLE color: 1390528.
HSL color Cylindrical-coordinate representation of color #C03715: hue angle of 11.93º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03715 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 21 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.25 |
| HSL | 11.93º | 0.8% | 0.42% | - |
| HSV(B) | 11.93º | 0.89% | 0.75% | - |
| XYZ | 23.24 | 13.99 | 2.19 | - |
| YUV | 92.09 | 87.89 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 21 | 0 | 0.71 | 0.89 | 0.25 | 11.93 | 0.8 | 0.42 |
| Hex | C0 | 37 | 15 | 0 | 47 | 59 | 19 | C | 50 | 2A |
| Octal | 300 | 67 | 25 | 0 | 107 | 131 | 31 | 14 | 120 | 52 |
| Binary | 11000000 | 110111 | 10101 | 0 | 1000111 | 1011001 | 11001 | 1100 | 1010000 | 101010 |
Color Harmonies of #C03715
Complementary color
Monochromatic Colors of #C03715
Black with #C03715
Text Example
Text Example
White with #C03715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03715; }
p { color: rgb(192,55,21); }
H1.HeaderClassName
{
color: #C03715;
}
.AnyTagClassName
{
color: #C03715;
}
</style>
background-color css
<style>
a { background-color: #C03715; }
a { background-color: rgb(192,55,21); }
div.DivClassName
{
background-color: #C03715;
}
.BgClassName
{
background-color: #C03715;
}
</style>
border-color css
<style>
span { border-color: #C03715; }
span { border-color: rgb(192,55,21); }
td.TdClassName
{
border-color: #C03715;
}
.TagClassName
{
border-color: #C03715;
}
</style>