Html Css Color HEX #C02C09 Harley Davidson Orange
📋 copy color: '#C02C09'red 192 ◦ green 44 ◦ blue 9
Shades of Harley Davidson Orange #C02C09
Tints of Harley Davidson Orange #C02C09
RGB
CMYK
RGB Variations
Color information
#C02C09 (or 0xC02C09) is known color: Harley Davidson Orange. HEX triplet: C0, 2C and 09. RGB value is (192,44,9). Sum of RGB (Red+Green+Blue) = 192+44+9=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02C09 is #3FD3F6. Grayscale: #545454. Windows color (decimal): -4183031 or 601280. OLE color: 601280.
HSL color Cylindrical-coordinate representation of color #C02C09: hue angle of 11.48º 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 #C02C09 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.25 |
| HSL | 11.48º | 0.91% | 0.39% | - |
| HSV(B) | 11.48º | 0.95% | 0.75% | - |
| XYZ | 22.69 | 13.03 | 1.58 | - |
| YUV | 84.26 | 85.53 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 9 | 0 | 0.77 | 0.95 | 0.25 | 11.48 | 0.91 | 0.39 |
| Hex | C0 | 2C | 9 | 0 | 4D | 5F | 19 | B | 5B | 27 |
| Octal | 300 | 54 | 11 | 0 | 115 | 137 | 31 | 13 | 133 | 47 |
| Binary | 11000000 | 101100 | 1001 | 0 | 1001101 | 1011111 | 11001 | 1011 | 1011011 | 100111 |
Color Harmonies of #C02C09
Complementary color
Monochromatic Colors of #C02C09
Black with #C02C09
Text Example
Text Example
White with #C02C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C09; }
p { color: rgb(192,44,9); }
H1.HeaderClassName
{
color: #C02C09;
}
.AnyTagClassName
{
color: #C02C09;
}
</style>
background-color css
<style>
a { background-color: #C02C09; }
a { background-color: rgb(192,44,9); }
div.DivClassName
{
background-color: #C02C09;
}
.BgClassName
{
background-color: #C02C09;
}
</style>
border-color css
<style>
span { border-color: #C02C09; }
span { border-color: rgb(192,44,9); }
td.TdClassName
{
border-color: #C02C09;
}
.TagClassName
{
border-color: #C02C09;
}
</style>