Html Css Color HEX #C03404 Harley Davidson Orange
📋 copy color: '#C03404'red 192 ◦ green 52 ◦ blue 4
Shades of Harley Davidson Orange #C03404
Tints of Harley Davidson Orange #C03404
RGB
CMYK
RGB Variations
Color information
#C03404 (or 0xC03404) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 04. RGB value is (192,52,4). Sum of RGB (Red+Green+Blue) = 192+52+4=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C03404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03404 is #3FCBFB. Grayscale: #585858. Windows color (decimal): -4180988 or 275648. OLE color: 275648.
HSL color Cylindrical-coordinate representation of color #C03404: hue angle of 15.32º 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 #C03404 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.25 |
| HSL | 15.32º | 0.96% | 0.38% | - |
| HSV(B) | 15.32º | 0.98% | 0.75% | - |
| XYZ | 22.99 | 13.67 | 1.54 | - |
| YUV | 88.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 4 | 0 | 0.73 | 0.98 | 0.25 | 15.32 | 0.96 | 0.38 |
| Hex | C0 | 34 | 4 | 0 | 49 | 62 | 19 | F | 60 | 26 |
| Octal | 300 | 64 | 4 | 0 | 111 | 142 | 31 | 17 | 140 | 46 |
| Binary | 11000000 | 110100 | 100 | 0 | 1001001 | 1100010 | 11001 | 1111 | 1100000 | 100110 |
Color Harmonies of #C03404
Complementary color
Monochromatic Colors of #C03404
Black with #C03404
Text Example
Text Example
White with #C03404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03404; }
p { color: rgb(192,52,4); }
H1.HeaderClassName
{
color: #C03404;
}
.AnyTagClassName
{
color: #C03404;
}
</style>
background-color css
<style>
a { background-color: #C03404; }
a { background-color: rgb(192,52,4); }
div.DivClassName
{
background-color: #C03404;
}
.BgClassName
{
background-color: #C03404;
}
</style>
border-color css
<style>
span { border-color: #C03404; }
span { border-color: rgb(192,52,4); }
td.TdClassName
{
border-color: #C03404;
}
.TagClassName
{
border-color: #C03404;
}
</style>