Html Css Color HEX #C03816 Harley Davidson Orange
📋 copy color: '#C03816'red 192 ◦ green 56 ◦ blue 22
Shades of Harley Davidson Orange #C03816
Tints of Harley Davidson Orange #C03816
RGB
CMYK
RGB Variations
Color information
#C03816 (or 0xC03816) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 16. RGB value is (192,56,22). Sum of RGB (Red+Green+Blue) = 192+56+22=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C03816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03816 is #3FC7E9. Grayscale: #5D5D5D. Windows color (decimal): -4179946 or 1456320. OLE color: 1456320.
HSL color Cylindrical-coordinate representation of color #C03816: hue angle of 12º 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 #C03816 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.25 |
| HSL | 12º | 0.79% | 0.42% | - |
| HSV(B) | 12º | 0.89% | 0.75% | - |
| XYZ | 23.3 | 14.09 | 2.25 | - |
| YUV | 92.79 | 88.06 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 22 | 0 | 0.71 | 0.89 | 0.25 | 12 | 0.79 | 0.42 |
| Hex | C0 | 38 | 16 | 0 | 47 | 59 | 19 | C | 4F | 2A |
| Octal | 300 | 70 | 26 | 0 | 107 | 131 | 31 | 14 | 117 | 52 |
| Binary | 11000000 | 111000 | 10110 | 0 | 1000111 | 1011001 | 11001 | 1100 | 1001111 | 101010 |
Color Harmonies of #C03816
Complementary color
Monochromatic Colors of #C03816
Black with #C03816
Text Example
Text Example
White with #C03816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03816; }
p { color: rgb(192,56,22); }
H1.HeaderClassName
{
color: #C03816;
}
.AnyTagClassName
{
color: #C03816;
}
</style>
background-color css
<style>
a { background-color: #C03816; }
a { background-color: rgb(192,56,22); }
div.DivClassName
{
background-color: #C03816;
}
.BgClassName
{
background-color: #C03816;
}
</style>
border-color css
<style>
span { border-color: #C03816; }
span { border-color: rgb(192,56,22); }
td.TdClassName
{
border-color: #C03816;
}
.TagClassName
{
border-color: #C03816;
}
</style>