Html Css Color HEX #C02709 Harley Davidson Orange
📋 copy color: '#C02709'red 192 ◦ green 39 ◦ blue 9
Shades of Harley Davidson Orange #C02709
Tints of Harley Davidson Orange #C02709
RGB
CMYK
RGB Variations
Color information
#C02709 (or 0xC02709) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 09. RGB value is (192,39,9). Sum of RGB (Red+Green+Blue) = 192+39+9=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C02709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02709 is #3FD8F6. Grayscale: #515151. Windows color (decimal): -4184311 or 600000. OLE color: 600000.
HSL color Cylindrical-coordinate representation of color #C02709: hue angle of 9.84º 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 #C02709 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 9 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.25 |
| HSL | 9.84º | 0.91% | 0.39% | - |
| HSV(B) | 9.84º | 0.95% | 0.75% | - |
| XYZ | 22.51 | 12.68 | 1.52 | - |
| YUV | 81.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 9 | 0 | 0.80 | 0.95 | 0.25 | 9.84 | 0.91 | 0.39 |
| Hex | C0 | 27 | 9 | 0 | 50 | 5F | 19 | A | 5B | 27 |
| Octal | 300 | 47 | 11 | 0 | 120 | 137 | 31 | 12 | 133 | 47 |
| Binary | 11000000 | 100111 | 1001 | 0 | 1010000 | 1011111 | 11001 | 1010 | 1011011 | 100111 |
Color Harmonies of #C02709
Complementary color
Monochromatic Colors of #C02709
Black with #C02709
Text Example
Text Example
White with #C02709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02709; }
p { color: rgb(192,39,9); }
H1.HeaderClassName
{
color: #C02709;
}
.AnyTagClassName
{
color: #C02709;
}
</style>
background-color css
<style>
a { background-color: #C02709; }
a { background-color: rgb(192,39,9); }
div.DivClassName
{
background-color: #C02709;
}
.BgClassName
{
background-color: #C02709;
}
</style>
border-color css
<style>
span { border-color: #C02709; }
span { border-color: rgb(192,39,9); }
td.TdClassName
{
border-color: #C02709;
}
.TagClassName
{
border-color: #C02709;
}
</style>