Html Css Color HEX #C02507 Harley Davidson Orange
📋 copy color: '#C02507'red 192 ◦ green 37 ◦ blue 7
Shades of Harley Davidson Orange #C02507
Tints of Harley Davidson Orange #C02507
RGB
CMYK
RGB Variations
Color information
#C02507 (or 0xC02507) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 07. RGB value is (192,37,7). Sum of RGB (Red+Green+Blue) = 192+37+7=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C02507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02507 is #3FDAF8. Grayscale: #505050. Windows color (decimal): -4184825 or 468416. OLE color: 468416.
HSL color Cylindrical-coordinate representation of color #C02507: hue angle of 9.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C02507 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.25 |
| HSL | 9.73º | 0.93% | 0.39% | - |
| HSV(B) | 9.73º | 0.96% | 0.75% | - |
| XYZ | 22.44 | 12.54 | 1.44 | - |
| YUV | 79.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 7 | 0 | 0.81 | 0.96 | 0.25 | 9.73 | 0.93 | 0.39 |
| Hex | C0 | 25 | 7 | 0 | 51 | 60 | 19 | A | 5D | 27 |
| Octal | 300 | 45 | 7 | 0 | 121 | 140 | 31 | 12 | 135 | 47 |
| Binary | 11000000 | 100101 | 111 | 0 | 1010001 | 1100000 | 11001 | 1010 | 1011101 | 100111 |
Color Harmonies of #C02507
Complementary color
Monochromatic Colors of #C02507
Black with #C02507
Text Example
Text Example
White with #C02507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02507; }
p { color: rgb(192,37,7); }
H1.HeaderClassName
{
color: #C02507;
}
.AnyTagClassName
{
color: #C02507;
}
</style>
background-color css
<style>
a { background-color: #C02507; }
a { background-color: rgb(192,37,7); }
div.DivClassName
{
background-color: #C02507;
}
.BgClassName
{
background-color: #C02507;
}
</style>
border-color css
<style>
span { border-color: #C02507; }
span { border-color: rgb(192,37,7); }
td.TdClassName
{
border-color: #C02507;
}
.TagClassName
{
border-color: #C02507;
}
</style>