Html Css Color HEX #C03415 Harley Davidson Orange
📋 copy color: '#C03415'red 192 ◦ green 52 ◦ blue 21
Shades of Harley Davidson Orange #C03415
Tints of Harley Davidson Orange #C03415
RGB
CMYK
RGB Variations
Color information
#C03415 (or 0xC03415) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 15. RGB value is (192,52,21). Sum of RGB (Red+Green+Blue) = 192+52+21=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03415 is #3FCBEA. Grayscale: #5A5A5A. Windows color (decimal): -4180971 or 1389760. OLE color: 1389760.
HSL color Cylindrical-coordinate representation of color #C03415: hue angle of 10.88º 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 #C03415 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 21 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.25 |
| HSL | 10.88º | 0.8% | 0.42% | - |
| HSV(B) | 10.88º | 0.89% | 0.75% | - |
| XYZ | 23.1 | 13.72 | 2.14 | - |
| YUV | 90.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 21 | 0 | 0.73 | 0.89 | 0.25 | 10.88 | 0.8 | 0.42 |
| Hex | C0 | 34 | 15 | 0 | 49 | 59 | 19 | B | 50 | 2A |
| Octal | 300 | 64 | 25 | 0 | 111 | 131 | 31 | 13 | 120 | 52 |
| Binary | 11000000 | 110100 | 10101 | 0 | 1001001 | 1011001 | 11001 | 1011 | 1010000 | 101010 |
Color Harmonies of #C03415
Complementary color
Monochromatic Colors of #C03415
Black with #C03415
Text Example
Text Example
White with #C03415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03415; }
p { color: rgb(192,52,21); }
H1.HeaderClassName
{
color: #C03415;
}
.AnyTagClassName
{
color: #C03415;
}
</style>
background-color css
<style>
a { background-color: #C03415; }
a { background-color: rgb(192,52,21); }
div.DivClassName
{
background-color: #C03415;
}
.BgClassName
{
background-color: #C03415;
}
</style>
border-color css
<style>
span { border-color: #C03415; }
span { border-color: rgb(192,52,21); }
td.TdClassName
{
border-color: #C03415;
}
.TagClassName
{
border-color: #C03415;
}
</style>