Html Css Color HEX #C02500 Harley Davidson Orange
📋 copy color: '#C02500'red 192 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #C02500
Tints of Harley Davidson Orange #C02500
RGB
CMYK
RGB Variations
Color information
#C02500 (or 0xC02500) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 00. RGB value is (192,37,0). Sum of RGB (Red+Green+Blue) = 192+37+0=229 (30% of max value = 765). Red value is 192 (75.39% from 255 or 83.84% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 192 - color contains mainly: red. Hex color #C02500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02500 is #3FDAFF. Grayscale: #4F4F4F. Windows color (decimal): -4184832 or 9664. OLE color: 9664.
HSL color Cylindrical-coordinate representation of color #C02500: hue angle of 11.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C02500 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.25 |
| HSL | 11.56º | 1% | 0.38% | - |
| HSV(B) | 11.56º | 1% | 0.75% | - |
| XYZ | 22.4 | 12.53 | 1.24 | - |
| YUV | 79.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 0 | 0 | 0.81 | 1 | 0.25 | 11.56 | 1 | 0.38 |
| Hex | C0 | 25 | 0 | 0 | 51 | 64 | 19 | C | 64 | 26 |
| Octal | 300 | 45 | 0 | 0 | 121 | 144 | 31 | 14 | 144 | 46 |
| Binary | 11000000 | 100101 | 0 | 0 | 1010001 | 1100100 | 11001 | 1100 | 1100100 | 100110 |
Color Harmonies of #C02500
Complementary color
Monochromatic Colors of #C02500
Black with #C02500
Text Example
Text Example
White with #C02500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02500; }
p { color: rgb(192,37,0); }
H1.HeaderClassName
{
color: #C02500;
}
.AnyTagClassName
{
color: #C02500;
}
</style>
background-color css
<style>
a { background-color: #C02500; }
a { background-color: rgb(192,37,0); }
div.DivClassName
{
background-color: #C02500;
}
.BgClassName
{
background-color: #C02500;
}
</style>
border-color css
<style>
span { border-color: #C02500; }
span { border-color: rgb(192,37,0); }
td.TdClassName
{
border-color: #C02500;
}
.TagClassName
{
border-color: #C02500;
}
</style>