Html Css Color HEX #C03815 Harley Davidson Orange
📋 copy color: '#C03815'red 192 ◦ green 56 ◦ blue 21
Shades of Harley Davidson Orange #C03815
Tints of Harley Davidson Orange #C03815
RGB
CMYK
RGB Variations
Color information
#C03815 (or 0xC03815) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 15. RGB value is (192,56,21). Sum of RGB (Red+Green+Blue) = 192+56+21=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C03815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03815 is #3FC7EA. Grayscale: #5C5C5C. Windows color (decimal): -4179947 or 1390784. OLE color: 1390784.
HSL color Cylindrical-coordinate representation of color #C03815: hue angle of 12.28º 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 #C03815 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 21 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.25 |
| HSL | 12.28º | 0.8% | 0.42% | - |
| HSV(B) | 12.28º | 0.89% | 0.75% | - |
| XYZ | 23.29 | 14.09 | 2.2 | - |
| YUV | 92.67 | 87.56 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 21 | 0 | 0.71 | 0.89 | 0.25 | 12.28 | 0.8 | 0.42 |
| Hex | C0 | 38 | 15 | 0 | 47 | 59 | 19 | C | 50 | 2A |
| Octal | 300 | 70 | 25 | 0 | 107 | 131 | 31 | 14 | 120 | 52 |
| Binary | 11000000 | 111000 | 10101 | 0 | 1000111 | 1011001 | 11001 | 1100 | 1010000 | 101010 |
Color Harmonies of #C03815
Complementary color
Monochromatic Colors of #C03815
Black with #C03815
Text Example
Text Example
White with #C03815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03815; }
p { color: rgb(192,56,21); }
H1.HeaderClassName
{
color: #C03815;
}
.AnyTagClassName
{
color: #C03815;
}
</style>
background-color css
<style>
a { background-color: #C03815; }
a { background-color: rgb(192,56,21); }
div.DivClassName
{
background-color: #C03815;
}
.BgClassName
{
background-color: #C03815;
}
</style>
border-color css
<style>
span { border-color: #C03815; }
span { border-color: rgb(192,56,21); }
td.TdClassName
{
border-color: #C03815;
}
.TagClassName
{
border-color: #C03815;
}
</style>