Html Css Color HEX #C03015 Harley Davidson Orange
📋 copy color: '#C03015'red 192 ◦ green 48 ◦ blue 21
Shades of Harley Davidson Orange #C03015
Tints of Harley Davidson Orange #C03015
RGB
CMYK
RGB Variations
Color information
#C03015 (or 0xC03015) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 15. RGB value is (192,48,21). Sum of RGB (Red+Green+Blue) = 192+48+21=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C03015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03015 is #3FCFEA. Grayscale: #585858. Windows color (decimal): -4181995 or 1388736. OLE color: 1388736.
HSL color Cylindrical-coordinate representation of color #C03015: hue angle of 9.47º 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 #C03015 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 21 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.25 |
| HSL | 9.47º | 0.8% | 0.42% | - |
| HSV(B) | 9.47º | 0.89% | 0.75% | - |
| XYZ | 22.93 | 13.37 | 2.08 | - |
| YUV | 87.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 21 | 0 | 0.75 | 0.89 | 0.25 | 9.47 | 0.8 | 0.42 |
| Hex | C0 | 30 | 15 | 0 | 4B | 59 | 19 | 9 | 50 | 2A |
| Octal | 300 | 60 | 25 | 0 | 113 | 131 | 31 | 11 | 120 | 52 |
| Binary | 11000000 | 110000 | 10101 | 0 | 1001011 | 1011001 | 11001 | 1001 | 1010000 | 101010 |
Color Harmonies of #C03015
Complementary color
Monochromatic Colors of #C03015
Black with #C03015
Text Example
Text Example
White with #C03015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03015; }
p { color: rgb(192,48,21); }
H1.HeaderClassName
{
color: #C03015;
}
.AnyTagClassName
{
color: #C03015;
}
</style>
background-color css
<style>
a { background-color: #C03015; }
a { background-color: rgb(192,48,21); }
div.DivClassName
{
background-color: #C03015;
}
.BgClassName
{
background-color: #C03015;
}
</style>
border-color css
<style>
span { border-color: #C03015; }
span { border-color: rgb(192,48,21); }
td.TdClassName
{
border-color: #C03015;
}
.TagClassName
{
border-color: #C03015;
}
</style>