Html Css Color HEX #C02306 Harley Davidson Orange
📋 copy color: '#C02306'red 192 ◦ green 35 ◦ blue 6
Shades of Harley Davidson Orange #C02306
Tints of Harley Davidson Orange #C02306
RGB
CMYK
RGB Variations
Color information
#C02306 (or 0xC02306) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 06. RGB value is (192,35,6). Sum of RGB (Red+Green+Blue) = 192+35+6=233 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.40% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 192 - color contains mainly: red. Hex color #C02306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02306 is #3FDCF9. Grayscale: #4E4E4E. Windows color (decimal): -4185338 or 402368. OLE color: 402368.
HSL color Cylindrical-coordinate representation of color #C02306: hue angle of 9.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C02306 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.25 |
| HSL | 9.35º | 0.94% | 0.39% | - |
| HSV(B) | 9.35º | 0.97% | 0.75% | - |
| XYZ | 22.37 | 12.42 | 1.39 | - |
| YUV | 78.64 | 87.01 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 6 | 0 | 0.82 | 0.97 | 0.25 | 9.35 | 0.94 | 0.39 |
| Hex | C0 | 23 | 6 | 0 | 52 | 61 | 19 | 9 | 5E | 27 |
| Octal | 300 | 43 | 6 | 0 | 122 | 141 | 31 | 11 | 136 | 47 |
| Binary | 11000000 | 100011 | 110 | 0 | 1010010 | 1100001 | 11001 | 1001 | 1011110 | 100111 |
Color Harmonies of #C02306
Complementary color
Monochromatic Colors of #C02306
Black with #C02306
Text Example
Text Example
White with #C02306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02306; }
p { color: rgb(192,35,6); }
H1.HeaderClassName
{
color: #C02306;
}
.AnyTagClassName
{
color: #C02306;
}
</style>
background-color css
<style>
a { background-color: #C02306; }
a { background-color: rgb(192,35,6); }
div.DivClassName
{
background-color: #C02306;
}
.BgClassName
{
background-color: #C02306;
}
</style>
border-color css
<style>
span { border-color: #C02306; }
span { border-color: rgb(192,35,6); }
td.TdClassName
{
border-color: #C02306;
}
.TagClassName
{
border-color: #C02306;
}
</style>