Html Css Color HEX #C02415 Harley Davidson Orange
📋 copy color: '#C02415'red 192 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #C02415
Tints of Harley Davidson Orange #C02415
RGB
CMYK
RGB Variations
Color information
#C02415 (or 0xC02415) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 15. RGB value is (192,36,21). Sum of RGB (Red+Green+Blue) = 192+36+21=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02415 is #3FDBEA. Grayscale: #515151. Windows color (decimal): -4185067 or 1385664. OLE color: 1385664.
HSL color Cylindrical-coordinate representation of color #C02415: hue angle of 5.26º 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 #C02415 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 21 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.25 |
| HSL | 5.26º | 0.8% | 0.42% | - |
| HSV(B) | 5.26º | 0.89% | 0.75% | - |
| XYZ | 22.5 | 12.52 | 1.94 | - |
| YUV | 80.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 21 | 0 | 0.81 | 0.89 | 0.25 | 5.26 | 0.8 | 0.42 |
| Hex | C0 | 24 | 15 | 0 | 51 | 59 | 19 | 5 | 50 | 2A |
| Octal | 300 | 44 | 25 | 0 | 121 | 131 | 31 | 5 | 120 | 52 |
| Binary | 11000000 | 100100 | 10101 | 0 | 1010001 | 1011001 | 11001 | 101 | 1010000 | 101010 |
Color Harmonies of #C02415
Complementary color
Monochromatic Colors of #C02415
Black with #C02415
Text Example
Text Example
White with #C02415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02415; }
p { color: rgb(192,36,21); }
H1.HeaderClassName
{
color: #C02415;
}
.AnyTagClassName
{
color: #C02415;
}
</style>
background-color css
<style>
a { background-color: #C02415; }
a { background-color: rgb(192,36,21); }
div.DivClassName
{
background-color: #C02415;
}
.BgClassName
{
background-color: #C02415;
}
</style>
border-color css
<style>
span { border-color: #C02415; }
span { border-color: rgb(192,36,21); }
td.TdClassName
{
border-color: #C02415;
}
.TagClassName
{
border-color: #C02415;
}
</style>