Html Css Color HEX #C03004 Harley Davidson Orange
📋 copy color: '#C03004'red 192 ◦ green 48 ◦ blue 4
Shades of Harley Davidson Orange #C03004
Tints of Harley Davidson Orange #C03004
RGB
CMYK
RGB Variations
Color information
#C03004 (or 0xC03004) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 04. RGB value is (192,48,4). Sum of RGB (Red+Green+Blue) = 192+48+4=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C03004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03004 is #3FCFFB. Grayscale: #565656. Windows color (decimal): -4182012 or 274624. OLE color: 274624.
HSL color Cylindrical-coordinate representation of color #C03004: hue angle of 14.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03004 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.25 |
| HSL | 14.04º | 0.96% | 0.38% | - |
| HSV(B) | 14.04º | 0.98% | 0.75% | - |
| XYZ | 22.82 | 13.33 | 1.49 | - |
| YUV | 86.04 | 81.71 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 4 | 0 | 0.75 | 0.98 | 0.25 | 14.04 | 0.96 | 0.38 |
| Hex | C0 | 30 | 4 | 0 | 4B | 62 | 19 | E | 60 | 26 |
| Octal | 300 | 60 | 4 | 0 | 113 | 142 | 31 | 16 | 140 | 46 |
| Binary | 11000000 | 110000 | 100 | 0 | 1001011 | 1100010 | 11001 | 1110 | 1100000 | 100110 |
Color Harmonies of #C03004
Complementary color
Monochromatic Colors of #C03004
Black with #C03004
Text Example
Text Example
White with #C03004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03004; }
p { color: rgb(192,48,4); }
H1.HeaderClassName
{
color: #C03004;
}
.AnyTagClassName
{
color: #C03004;
}
</style>
background-color css
<style>
a { background-color: #C03004; }
a { background-color: rgb(192,48,4); }
div.DivClassName
{
background-color: #C03004;
}
.BgClassName
{
background-color: #C03004;
}
</style>
border-color css
<style>
span { border-color: #C03004; }
span { border-color: rgb(192,48,4); }
td.TdClassName
{
border-color: #C03004;
}
.TagClassName
{
border-color: #C03004;
}
</style>