Html Css Color HEX #C02407 Harley Davidson Orange
📋 copy color: '#C02407'red 192 ◦ green 36 ◦ blue 7
Shades of Harley Davidson Orange #C02407
Tints of Harley Davidson Orange #C02407
RGB
CMYK
RGB Variations
Color information
#C02407 (or 0xC02407) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 07. RGB value is (192,36,7). Sum of RGB (Red+Green+Blue) = 192+36+7=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C02407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02407 is #3FDBF8. Grayscale: #4F4F4F. Windows color (decimal): -4185081 or 468160. OLE color: 468160.
HSL color Cylindrical-coordinate representation of color #C02407: hue angle of 9.41º 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 #C02407 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.25 |
| HSL | 9.41º | 0.93% | 0.39% | - |
| HSV(B) | 9.41º | 0.96% | 0.75% | - |
| XYZ | 22.41 | 12.48 | 1.43 | - |
| YUV | 79.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 7 | 0 | 0.81 | 0.96 | 0.25 | 9.41 | 0.93 | 0.39 |
| Hex | C0 | 24 | 7 | 0 | 51 | 60 | 19 | 9 | 5D | 27 |
| Octal | 300 | 44 | 7 | 0 | 121 | 140 | 31 | 11 | 135 | 47 |
| Binary | 11000000 | 100100 | 111 | 0 | 1010001 | 1100000 | 11001 | 1001 | 1011101 | 100111 |
Color Harmonies of #C02407
Complementary color
Monochromatic Colors of #C02407
Black with #C02407
Text Example
Text Example
White with #C02407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02407; }
p { color: rgb(192,36,7); }
H1.HeaderClassName
{
color: #C02407;
}
.AnyTagClassName
{
color: #C02407;
}
</style>
background-color css
<style>
a { background-color: #C02407; }
a { background-color: rgb(192,36,7); }
div.DivClassName
{
background-color: #C02407;
}
.BgClassName
{
background-color: #C02407;
}
</style>
border-color css
<style>
span { border-color: #C02407; }
span { border-color: rgb(192,36,7); }
td.TdClassName
{
border-color: #C02407;
}
.TagClassName
{
border-color: #C02407;
}
</style>