Html Css Color HEX #C03009 Harley Davidson Orange
📋 copy color: '#C03009'red 192 ◦ green 48 ◦ blue 9
Shades of Harley Davidson Orange #C03009
Tints of Harley Davidson Orange #C03009
RGB
CMYK
RGB Variations
Color information
#C03009 (or 0xC03009) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 09. RGB value is (192,48,9). Sum of RGB (Red+Green+Blue) = 192+48+9=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C03009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03009 is #3FCFF6. Grayscale: #565656. Windows color (decimal): -4182007 or 602304. OLE color: 602304.
HSL color Cylindrical-coordinate representation of color #C03009: hue angle of 12.79º 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 #C03009 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.25 |
| HSL | 12.79º | 0.91% | 0.39% | - |
| HSV(B) | 12.79º | 0.95% | 0.75% | - |
| XYZ | 22.84 | 13.34 | 1.63 | - |
| YUV | 86.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 9 | 0 | 0.75 | 0.95 | 0.25 | 12.79 | 0.91 | 0.39 |
| Hex | C0 | 30 | 9 | 0 | 4B | 5F | 19 | D | 5B | 27 |
| Octal | 300 | 60 | 11 | 0 | 113 | 137 | 31 | 15 | 133 | 47 |
| Binary | 11000000 | 110000 | 1001 | 0 | 1001011 | 1011111 | 11001 | 1101 | 1011011 | 100111 |
Color Harmonies of #C03009
Complementary color
Monochromatic Colors of #C03009
Black with #C03009
Text Example
Text Example
White with #C03009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03009; }
p { color: rgb(192,48,9); }
H1.HeaderClassName
{
color: #C03009;
}
.AnyTagClassName
{
color: #C03009;
}
</style>
background-color css
<style>
a { background-color: #C03009; }
a { background-color: rgb(192,48,9); }
div.DivClassName
{
background-color: #C03009;
}
.BgClassName
{
background-color: #C03009;
}
</style>
border-color css
<style>
span { border-color: #C03009; }
span { border-color: rgb(192,48,9); }
td.TdClassName
{
border-color: #C03009;
}
.TagClassName
{
border-color: #C03009;
}
</style>