Html Css Color HEX #C02615 Harley Davidson Orange
📋 copy color: '#C02615'red 192 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #C02615
Tints of Harley Davidson Orange #C02615
RGB
CMYK
RGB Variations
Color information
#C02615 (or 0xC02615) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 15. RGB value is (192,38,21). Sum of RGB (Red+Green+Blue) = 192+38+21=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C02615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02615 is #3FD9EA. Grayscale: #525252. Windows color (decimal): -4184555 or 1386176. OLE color: 1386176.
HSL color Cylindrical-coordinate representation of color #C02615: hue angle of 5.96º 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 #C02615 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 21 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.25 |
| HSL | 5.96º | 0.8% | 0.42% | - |
| HSV(B) | 5.96º | 0.89% | 0.75% | - |
| XYZ | 22.57 | 12.65 | 1.96 | - |
| YUV | 82.11 | 93.52 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 21 | 0 | 0.80 | 0.89 | 0.25 | 5.96 | 0.8 | 0.42 |
| Hex | C0 | 26 | 15 | 0 | 50 | 59 | 19 | 6 | 50 | 2A |
| Octal | 300 | 46 | 25 | 0 | 120 | 131 | 31 | 6 | 120 | 52 |
| Binary | 11000000 | 100110 | 10101 | 0 | 1010000 | 1011001 | 11001 | 110 | 1010000 | 101010 |
Color Harmonies of #C02615
Complementary color
Monochromatic Colors of #C02615
Black with #C02615
Text Example
Text Example
White with #C02615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02615; }
p { color: rgb(192,38,21); }
H1.HeaderClassName
{
color: #C02615;
}
.AnyTagClassName
{
color: #C02615;
}
</style>
background-color css
<style>
a { background-color: #C02615; }
a { background-color: rgb(192,38,21); }
div.DivClassName
{
background-color: #C02615;
}
.BgClassName
{
background-color: #C02615;
}
</style>
border-color css
<style>
span { border-color: #C02615; }
span { border-color: rgb(192,38,21); }
td.TdClassName
{
border-color: #C02615;
}
.TagClassName
{
border-color: #C02615;
}
</style>