Html Css Color HEX #C03915 Harley Davidson Orange
📋 copy color: '#C03915'red 192 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #C03915
Tints of Harley Davidson Orange #C03915
RGB
CMYK
RGB Variations
Color information
#C03915 (or 0xC03915) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 15. RGB value is (192,57,21). Sum of RGB (Red+Green+Blue) = 192+57+21=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C03915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03915 is #3FC6EA. Grayscale: #5D5D5D. Windows color (decimal): -4179691 or 1391040. OLE color: 1391040.
HSL color Cylindrical-coordinate representation of color #C03915: hue angle of 12.63º 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 #C03915 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 21 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.25 |
| HSL | 12.63º | 0.8% | 0.42% | - |
| HSV(B) | 12.63º | 0.89% | 0.75% | - |
| XYZ | 23.34 | 14.19 | 2.22 | - |
| YUV | 93.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 21 | 0 | 0.70 | 0.89 | 0.25 | 12.63 | 0.8 | 0.42 |
| Hex | C0 | 39 | 15 | 0 | 46 | 59 | 19 | D | 50 | 2A |
| Octal | 300 | 71 | 25 | 0 | 106 | 131 | 31 | 15 | 120 | 52 |
| Binary | 11000000 | 111001 | 10101 | 0 | 1000110 | 1011001 | 11001 | 1101 | 1010000 | 101010 |
Color Harmonies of #C03915
Complementary color
Monochromatic Colors of #C03915
Black with #C03915
Text Example
Text Example
White with #C03915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03915; }
p { color: rgb(192,57,21); }
H1.HeaderClassName
{
color: #C03915;
}
.AnyTagClassName
{
color: #C03915;
}
</style>
background-color css
<style>
a { background-color: #C03915; }
a { background-color: rgb(192,57,21); }
div.DivClassName
{
background-color: #C03915;
}
.BgClassName
{
background-color: #C03915;
}
</style>
border-color css
<style>
span { border-color: #C03915; }
span { border-color: rgb(192,57,21); }
td.TdClassName
{
border-color: #C03915;
}
.TagClassName
{
border-color: #C03915;
}
</style>