Html Css Color HEX #C03614 Harley Davidson Orange
📋 copy color: '#C03614'red 192 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #C03614
Tints of Harley Davidson Orange #C03614
RGB
CMYK
RGB Variations
Color information
#C03614 (or 0xC03614) is known color: Harley Davidson Orange. HEX triplet: C0, 36 and 14. RGB value is (192,54,20). Sum of RGB (Red+Green+Blue) = 192+54+20=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03614 is #3FC9EB. Grayscale: #5B5B5B. Windows color (decimal): -4180460 or 1324736. OLE color: 1324736.
HSL color Cylindrical-coordinate representation of color #C03614: hue angle of 11.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03614 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 20 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.25 |
| HSL | 11.86º | 0.81% | 0.42% | - |
| HSV(B) | 11.86º | 0.9% | 0.75% | - |
| XYZ | 23.18 | 13.9 | 2.12 | - |
| YUV | 91.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 20 | 0 | 0.72 | 0.90 | 0.25 | 11.86 | 0.81 | 0.42 |
| Hex | C0 | 36 | 14 | 0 | 48 | 5A | 19 | C | 51 | 2A |
| Octal | 300 | 66 | 24 | 0 | 110 | 132 | 31 | 14 | 121 | 52 |
| Binary | 11000000 | 110110 | 10100 | 0 | 1001000 | 1011010 | 11001 | 1100 | 1010001 | 101010 |
Color Harmonies of #C03614
Complementary color
Monochromatic Colors of #C03614
Black with #C03614
Text Example
Text Example
White with #C03614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03614; }
p { color: rgb(192,54,20); }
H1.HeaderClassName
{
color: #C03614;
}
.AnyTagClassName
{
color: #C03614;
}
</style>
background-color css
<style>
a { background-color: #C03614; }
a { background-color: rgb(192,54,20); }
div.DivClassName
{
background-color: #C03614;
}
.BgClassName
{
background-color: #C03614;
}
</style>
border-color css
<style>
span { border-color: #C03614; }
span { border-color: rgb(192,54,20); }
td.TdClassName
{
border-color: #C03614;
}
.TagClassName
{
border-color: #C03614;
}
</style>