Html Css Color HEX #C0300C Harley Davidson Orange
📋 copy color: '#C0300C'red 192 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #C0300C
Tints of Harley Davidson Orange #C0300C
RGB
CMYK
RGB Variations
Color information
#C0300C (or 0xC0300C) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 0C. RGB value is (192,48,12). Sum of RGB (Red+Green+Blue) = 192+48+12=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C0300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0300C is #3FCFF3. Grayscale: #575757. Windows color (decimal): -4182004 or 798912. OLE color: 798912.
HSL color Cylindrical-coordinate representation of color #C0300C: hue angle of 12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0300C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.25 |
| HSL | 12º | 0.88% | 0.4% | - |
| HSV(B) | 12º | 0.94% | 0.75% | - |
| XYZ | 22.86 | 13.35 | 1.72 | - |
| YUV | 86.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 12 | 0 | 0.75 | 0.94 | 0.25 | 12 | 0.88 | 0.4 |
| Hex | C0 | 30 | C | 0 | 4B | 5E | 19 | C | 58 | 28 |
| Octal | 300 | 60 | 14 | 0 | 113 | 136 | 31 | 14 | 130 | 50 |
| Binary | 11000000 | 110000 | 1100 | 0 | 1001011 | 1011110 | 11001 | 1100 | 1011000 | 101000 |
Color Harmonies of #C0300C
Complementary color
Monochromatic Colors of #C0300C
Black with #C0300C
Text Example
Text Example
White with #C0300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0300C; }
p { color: rgb(192,48,12); }
H1.HeaderClassName
{
color: #C0300C;
}
.AnyTagClassName
{
color: #C0300C;
}
</style>
background-color css
<style>
a { background-color: #C0300C; }
a { background-color: rgb(192,48,12); }
div.DivClassName
{
background-color: #C0300C;
}
.BgClassName
{
background-color: #C0300C;
}
</style>
border-color css
<style>
span { border-color: #C0300C; }
span { border-color: rgb(192,48,12); }
td.TdClassName
{
border-color: #C0300C;
}
.TagClassName
{
border-color: #C0300C;
}
</style>