Html Css Color HEX #C0300A Harley Davidson Orange
📋 copy color: '#C0300A'red 192 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #C0300A
Tints of Harley Davidson Orange #C0300A
RGB
CMYK
RGB Variations
Color information
#C0300A (or 0xC0300A) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 0A. RGB value is (192,48,10). Sum of RGB (Red+Green+Blue) = 192+48+10=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C0300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0300A is #3FCFF5. Grayscale: #575757. Windows color (decimal): -4182006 or 667840. OLE color: 667840.
HSL color Cylindrical-coordinate representation of color #C0300A: hue angle of 12.53º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0300A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.25 |
| HSL | 12.53º | 0.9% | 0.4% | - |
| HSV(B) | 12.53º | 0.95% | 0.75% | - |
| XYZ | 22.85 | 13.34 | 1.66 | - |
| YUV | 86.72 | 84.71 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 10 | 0 | 0.75 | 0.95 | 0.25 | 12.53 | 0.9 | 0.4 |
| Hex | C0 | 30 | A | 0 | 4B | 5F | 19 | D | 5A | 28 |
| Octal | 300 | 60 | 12 | 0 | 113 | 137 | 31 | 15 | 132 | 50 |
| Binary | 11000000 | 110000 | 1010 | 0 | 1001011 | 1011111 | 11001 | 1101 | 1011010 | 101000 |
Color Harmonies of #C0300A
Complementary color
Monochromatic Colors of #C0300A
Black with #C0300A
Text Example
Text Example
White with #C0300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0300A; }
p { color: rgb(192,48,10); }
H1.HeaderClassName
{
color: #C0300A;
}
.AnyTagClassName
{
color: #C0300A;
}
</style>
background-color css
<style>
a { background-color: #C0300A; }
a { background-color: rgb(192,48,10); }
div.DivClassName
{
background-color: #C0300A;
}
.BgClassName
{
background-color: #C0300A;
}
</style>
border-color css
<style>
span { border-color: #C0300A; }
span { border-color: rgb(192,48,10); }
td.TdClassName
{
border-color: #C0300A;
}
.TagClassName
{
border-color: #C0300A;
}
</style>