Html Css Color HEX #C02309 Harley Davidson Orange
📋 copy color: '#C02309'red 192 ◦ green 35 ◦ blue 9
Shades of Harley Davidson Orange #C02309
Tints of Harley Davidson Orange #C02309
RGB
CMYK
RGB Variations
Color information
#C02309 (or 0xC02309) is known color: Harley Davidson Orange. HEX triplet: C0, 23 and 09. RGB value is (192,35,9). Sum of RGB (Red+Green+Blue) = 192+35+9=236 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.36% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 192 - color contains mainly: red. Hex color #C02309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02309 is #3FDCF6. Grayscale: #4F4F4F. Windows color (decimal): -4185335 or 598976. OLE color: 598976.
HSL color Cylindrical-coordinate representation of color #C02309: hue angle of 8.52º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C02309 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.25 |
| HSL | 8.52º | 0.91% | 0.39% | - |
| HSV(B) | 8.52º | 0.95% | 0.75% | - |
| XYZ | 22.39 | 12.43 | 1.48 | - |
| YUV | 78.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 9 | 0 | 0.82 | 0.95 | 0.25 | 8.52 | 0.91 | 0.39 |
| Hex | C0 | 23 | 9 | 0 | 52 | 5F | 19 | 9 | 5B | 27 |
| Octal | 300 | 43 | 11 | 0 | 122 | 137 | 31 | 11 | 133 | 47 |
| Binary | 11000000 | 100011 | 1001 | 0 | 1010010 | 1011111 | 11001 | 1001 | 1011011 | 100111 |
Color Harmonies of #C02309
Complementary color
Monochromatic Colors of #C02309
Black with #C02309
Text Example
Text Example
White with #C02309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02309; }
p { color: rgb(192,35,9); }
H1.HeaderClassName
{
color: #C02309;
}
.AnyTagClassName
{
color: #C02309;
}
</style>
background-color css
<style>
a { background-color: #C02309; }
a { background-color: rgb(192,35,9); }
div.DivClassName
{
background-color: #C02309;
}
.BgClassName
{
background-color: #C02309;
}
</style>
border-color css
<style>
span { border-color: #C02309; }
span { border-color: rgb(192,35,9); }
td.TdClassName
{
border-color: #C02309;
}
.TagClassName
{
border-color: #C02309;
}
</style>