Html Css Color HEX #C03416 Harley Davidson Orange
📋 copy color: '#C03416'red 192 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #C03416
Tints of Harley Davidson Orange #C03416
RGB
CMYK
RGB Variations
Color information
#C03416 (or 0xC03416) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 16. RGB value is (192,52,22). Sum of RGB (Red+Green+Blue) = 192+52+22=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03416 is #3FCBE9. Grayscale: #5A5A5A. Windows color (decimal): -4180970 or 1455296. OLE color: 1455296.
HSL color Cylindrical-coordinate representation of color #C03416: hue angle of 10.59º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03416 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.25 |
| HSL | 10.59º | 0.79% | 0.42% | - |
| HSV(B) | 10.59º | 0.89% | 0.75% | - |
| XYZ | 23.11 | 13.72 | 2.19 | - |
| YUV | 90.44 | 89.38 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 22 | 0 | 0.73 | 0.89 | 0.25 | 10.59 | 0.79 | 0.42 |
| Hex | C0 | 34 | 16 | 0 | 49 | 59 | 19 | B | 4F | 2A |
| Octal | 300 | 64 | 26 | 0 | 111 | 131 | 31 | 13 | 117 | 52 |
| Binary | 11000000 | 110100 | 10110 | 0 | 1001001 | 1011001 | 11001 | 1011 | 1001111 | 101010 |
Color Harmonies of #C03416
Complementary color
Monochromatic Colors of #C03416
Black with #C03416
Text Example
Text Example
White with #C03416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03416; }
p { color: rgb(192,52,22); }
H1.HeaderClassName
{
color: #C03416;
}
.AnyTagClassName
{
color: #C03416;
}
</style>
background-color css
<style>
a { background-color: #C03416; }
a { background-color: rgb(192,52,22); }
div.DivClassName
{
background-color: #C03416;
}
.BgClassName
{
background-color: #C03416;
}
</style>
border-color css
<style>
span { border-color: #C03416; }
span { border-color: rgb(192,52,22); }
td.TdClassName
{
border-color: #C03416;
}
.TagClassName
{
border-color: #C03416;
}
</style>