Html Css Color HEX #C03D16 Harley Davidson Orange
📋 copy color: '#C03D16'red 192 ◦ green 61 ◦ blue 22
Shades of Harley Davidson Orange #C03D16
Tints of Harley Davidson Orange #C03D16
RGB
CMYK
RGB Variations
Color information
#C03D16 (or 0xC03D16) is known color: Harley Davidson Orange. HEX triplet: C0, 3D and 16. RGB value is (192,61,22). Sum of RGB (Red+Green+Blue) = 192+61+22=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D16 is #3FC2E9. Grayscale: #606060. Windows color (decimal): -4178666 or 1457600. OLE color: 1457600.
HSL color Cylindrical-coordinate representation of color #C03D16: hue angle of 13.76º 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 #C03D16 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 22 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.25 |
| HSL | 13.76º | 0.79% | 0.42% | - |
| HSV(B) | 13.76º | 0.89% | 0.75% | - |
| XYZ | 23.55 | 14.6 | 2.34 | - |
| YUV | 95.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 22 | 0 | 0.68 | 0.89 | 0.25 | 13.76 | 0.79 | 0.42 |
| Hex | C0 | 3D | 16 | 0 | 44 | 59 | 19 | E | 4F | 2A |
| Octal | 300 | 75 | 26 | 0 | 104 | 131 | 31 | 16 | 117 | 52 |
| Binary | 11000000 | 111101 | 10110 | 0 | 1000100 | 1011001 | 11001 | 1110 | 1001111 | 101010 |
Color Harmonies of #C03D16
Complementary color
Monochromatic Colors of #C03D16
Black with #C03D16
Text Example
Text Example
White with #C03D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D16; }
p { color: rgb(192,61,22); }
H1.HeaderClassName
{
color: #C03D16;
}
.AnyTagClassName
{
color: #C03D16;
}
</style>
background-color css
<style>
a { background-color: #C03D16; }
a { background-color: rgb(192,61,22); }
div.DivClassName
{
background-color: #C03D16;
}
.BgClassName
{
background-color: #C03D16;
}
</style>
border-color css
<style>
span { border-color: #C03D16; }
span { border-color: rgb(192,61,22); }
td.TdClassName
{
border-color: #C03D16;
}
.TagClassName
{
border-color: #C03D16;
}
</style>