Html Css Color HEX #C03410 Harley Davidson Orange
📋 copy color: '#C03410'red 192 ◦ green 52 ◦ blue 16
Shades of Harley Davidson Orange #C03410
Tints of Harley Davidson Orange #C03410
RGB
CMYK
RGB Variations
Color information
#C03410 (or 0xC03410) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 10. RGB value is (192,52,16). Sum of RGB (Red+Green+Blue) = 192+52+16=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C03410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03410 is #3FCBEF. Grayscale: #5A5A5A. Windows color (decimal): -4180976 or 1062080. OLE color: 1062080.
HSL color Cylindrical-coordinate representation of color #C03410: hue angle of 12.27º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C03410 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.25 |
| HSL | 12.27º | 0.85% | 0.41% | - |
| HSV(B) | 12.27º | 0.92% | 0.75% | - |
| XYZ | 23.06 | 13.7 | 1.92 | - |
| YUV | 89.76 | 86.38 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 16 | 0 | 0.73 | 0.92 | 0.25 | 12.27 | 0.85 | 0.41 |
| Hex | C0 | 34 | 10 | 0 | 49 | 5C | 19 | C | 55 | 29 |
| Octal | 300 | 64 | 20 | 0 | 111 | 134 | 31 | 14 | 125 | 51 |
| Binary | 11000000 | 110100 | 10000 | 0 | 1001001 | 1011100 | 11001 | 1100 | 1010101 | 101001 |
Color Harmonies of #C03410
Complementary color
Monochromatic Colors of #C03410
Black with #C03410
Text Example
Text Example
White with #C03410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03410; }
p { color: rgb(192,52,16); }
H1.HeaderClassName
{
color: #C03410;
}
.AnyTagClassName
{
color: #C03410;
}
</style>
background-color css
<style>
a { background-color: #C03410; }
a { background-color: rgb(192,52,16); }
div.DivClassName
{
background-color: #C03410;
}
.BgClassName
{
background-color: #C03410;
}
</style>
border-color css
<style>
span { border-color: #C03410; }
span { border-color: rgb(192,52,16); }
td.TdClassName
{
border-color: #C03410;
}
.TagClassName
{
border-color: #C03410;
}
</style>