Html Css Color HEX #C02509 Harley Davidson Orange
📋 copy color: '#C02509'red 192 ◦ green 37 ◦ blue 9
Shades of Harley Davidson Orange #C02509
Tints of Harley Davidson Orange #C02509
RGB
CMYK
RGB Variations
Color information
#C02509 (or 0xC02509) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 09. RGB value is (192,37,9). Sum of RGB (Red+Green+Blue) = 192+37+9=238 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80.67% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 192 - color contains mainly: red. Hex color #C02509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02509 is #3FDAF6. Grayscale: #505050. Windows color (decimal): -4184823 or 599488. OLE color: 599488.
HSL color Cylindrical-coordinate representation of color #C02509: hue angle of 9.18º 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 #C02509 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 9 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.25 |
| HSL | 9.18º | 0.91% | 0.39% | - |
| HSV(B) | 9.18º | 0.95% | 0.75% | - |
| XYZ | 22.45 | 12.55 | 1.5 | - |
| YUV | 80.15 | 87.85 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 9 | 0 | 0.81 | 0.95 | 0.25 | 9.18 | 0.91 | 0.39 |
| Hex | C0 | 25 | 9 | 0 | 51 | 5F | 19 | 9 | 5B | 27 |
| Octal | 300 | 45 | 11 | 0 | 121 | 137 | 31 | 11 | 133 | 47 |
| Binary | 11000000 | 100101 | 1001 | 0 | 1010001 | 1011111 | 11001 | 1001 | 1011011 | 100111 |
Color Harmonies of #C02509
Complementary color
Monochromatic Colors of #C02509
Black with #C02509
Text Example
Text Example
White with #C02509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02509; }
p { color: rgb(192,37,9); }
H1.HeaderClassName
{
color: #C02509;
}
.AnyTagClassName
{
color: #C02509;
}
</style>
background-color css
<style>
a { background-color: #C02509; }
a { background-color: rgb(192,37,9); }
div.DivClassName
{
background-color: #C02509;
}
.BgClassName
{
background-color: #C02509;
}
</style>
border-color css
<style>
span { border-color: #C02509; }
span { border-color: rgb(192,37,9); }
td.TdClassName
{
border-color: #C02509;
}
.TagClassName
{
border-color: #C02509;
}
</style>