Html Css Color HEX #C0300B Harley Davidson Orange
📋 copy color: '#C0300B'red 192 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #C0300B
Tints of Harley Davidson Orange #C0300B
RGB
CMYK
RGB Variations
Color information
#C0300B (or 0xC0300B) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 0B. RGB value is (192,48,11). Sum of RGB (Red+Green+Blue) = 192+48+11=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C0300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0300B is #3FCFF4. Grayscale: #575757. Windows color (decimal): -4182005 or 733376. OLE color: 733376.
HSL color Cylindrical-coordinate representation of color #C0300B: hue angle of 12.27º degrees, saturation: 0.89, 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 #C0300B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.25 |
| HSL | 12.27º | 0.89% | 0.4% | - |
| HSV(B) | 12.27º | 0.94% | 0.75% | - |
| XYZ | 22.86 | 13.34 | 1.69 | - |
| YUV | 86.84 | 85.21 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 11 | 0 | 0.75 | 0.94 | 0.25 | 12.27 | 0.89 | 0.4 |
| Hex | C0 | 30 | B | 0 | 4B | 5E | 19 | C | 59 | 28 |
| Octal | 300 | 60 | 13 | 0 | 113 | 136 | 31 | 14 | 131 | 50 |
| Binary | 11000000 | 110000 | 1011 | 0 | 1001011 | 1011110 | 11001 | 1100 | 1011001 | 101000 |
Color Harmonies of #C0300B
Complementary color
Monochromatic Colors of #C0300B
Black with #C0300B
Text Example
Text Example
White with #C0300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0300B; }
p { color: rgb(192,48,11); }
H1.HeaderClassName
{
color: #C0300B;
}
.AnyTagClassName
{
color: #C0300B;
}
</style>
background-color css
<style>
a { background-color: #C0300B; }
a { background-color: rgb(192,48,11); }
div.DivClassName
{
background-color: #C0300B;
}
.BgClassName
{
background-color: #C0300B;
}
</style>
border-color css
<style>
span { border-color: #C0300B; }
span { border-color: rgb(192,48,11); }
td.TdClassName
{
border-color: #C0300B;
}
.TagClassName
{
border-color: #C0300B;
}
</style>