Html Css Color HEX #C03005 Harley Davidson Orange
📋 copy color: '#C03005'red 192 ◦ green 48 ◦ blue 5
Shades of Harley Davidson Orange #C03005
Tints of Harley Davidson Orange #C03005
RGB
CMYK
RGB Variations
Color information
#C03005 (or 0xC03005) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 05. RGB value is (192,48,5). Sum of RGB (Red+Green+Blue) = 192+48+5=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C03005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03005 is #3FCFFA. Grayscale: #565656. Windows color (decimal): -4182011 or 340160. OLE color: 340160.
HSL color Cylindrical-coordinate representation of color #C03005: hue angle of 13.8º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03005 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 5 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.25 |
| HSL | 13.8º | 0.95% | 0.39% | - |
| HSV(B) | 13.8º | 0.97% | 0.75% | - |
| XYZ | 22.82 | 13.33 | 1.51 | - |
| YUV | 86.15 | 82.21 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 5 | 0 | 0.75 | 0.97 | 0.25 | 13.8 | 0.95 | 0.39 |
| Hex | C0 | 30 | 5 | 0 | 4B | 61 | 19 | E | 5F | 27 |
| Octal | 300 | 60 | 5 | 0 | 113 | 141 | 31 | 16 | 137 | 47 |
| Binary | 11000000 | 110000 | 101 | 0 | 1001011 | 1100001 | 11001 | 1110 | 1011111 | 100111 |
Color Harmonies of #C03005
Complementary color
Monochromatic Colors of #C03005
Black with #C03005
Text Example
Text Example
White with #C03005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03005; }
p { color: rgb(192,48,5); }
H1.HeaderClassName
{
color: #C03005;
}
.AnyTagClassName
{
color: #C03005;
}
</style>
background-color css
<style>
a { background-color: #C03005; }
a { background-color: rgb(192,48,5); }
div.DivClassName
{
background-color: #C03005;
}
.BgClassName
{
background-color: #C03005;
}
</style>
border-color css
<style>
span { border-color: #C03005; }
span { border-color: rgb(192,48,5); }
td.TdClassName
{
border-color: #C03005;
}
.TagClassName
{
border-color: #C03005;
}
</style>