Html Css Color HEX #C02209 Harley Davidson Orange
📋 copy color: '#C02209'red 192 ◦ green 34 ◦ blue 9
Shades of Harley Davidson Orange #C02209
Tints of Harley Davidson Orange #C02209
RGB
CMYK
RGB Variations
Color information
#C02209 (or 0xC02209) is known color: Harley Davidson Orange. HEX triplet: C0, 22 and 09. RGB value is (192,34,9). Sum of RGB (Red+Green+Blue) = 192+34+9=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C02209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02209 is #3FDDF6. Grayscale: #4E4E4E. Windows color (decimal): -4185591 or 598720. OLE color: 598720.
HSL color Cylindrical-coordinate representation of color #C02209: hue angle of 8.2º 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 #C02209 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.25 |
| HSL | 8.2º | 0.91% | 0.39% | - |
| HSV(B) | 8.2º | 0.95% | 0.75% | - |
| XYZ | 22.36 | 12.37 | 1.47 | - |
| YUV | 78.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 9 | 0 | 0.82 | 0.95 | 0.25 | 8.2 | 0.91 | 0.39 |
| Hex | C0 | 22 | 9 | 0 | 52 | 5F | 19 | 8 | 5B | 27 |
| Octal | 300 | 42 | 11 | 0 | 122 | 137 | 31 | 10 | 133 | 47 |
| Binary | 11000000 | 100010 | 1001 | 0 | 1010010 | 1011111 | 11001 | 1000 | 1011011 | 100111 |
Color Harmonies of #C02209
Complementary color
Monochromatic Colors of #C02209
Black with #C02209
Text Example
Text Example
White with #C02209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02209; }
p { color: rgb(192,34,9); }
H1.HeaderClassName
{
color: #C02209;
}
.AnyTagClassName
{
color: #C02209;
}
</style>
background-color css
<style>
a { background-color: #C02209; }
a { background-color: rgb(192,34,9); }
div.DivClassName
{
background-color: #C02209;
}
.BgClassName
{
background-color: #C02209;
}
</style>
border-color css
<style>
span { border-color: #C02209; }
span { border-color: rgb(192,34,9); }
td.TdClassName
{
border-color: #C02209;
}
.TagClassName
{
border-color: #C02209;
}
</style>