Html Css Color HEX #C03216 Harley Davidson Orange
📋 copy color: '#C03216'red 192 ◦ green 50 ◦ blue 22
Shades of Harley Davidson Orange #C03216
Tints of Harley Davidson Orange #C03216
RGB
CMYK
RGB Variations
Color information
#C03216 (or 0xC03216) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 16. RGB value is (192,50,22). Sum of RGB (Red+Green+Blue) = 192+50+22=264 (34% of max value = 765). Red value is 192 (75.39% from 255 or 72.73% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 192 - color contains mainly: red. Hex color #C03216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03216 is #3FCDE9. Grayscale: #595959. Windows color (decimal): -4181482 or 1454784. OLE color: 1454784.
HSL color Cylindrical-coordinate representation of color #C03216: hue angle of 9.88º 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 #C03216 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.25 |
| HSL | 9.88º | 0.79% | 0.42% | - |
| HSV(B) | 9.88º | 0.89% | 0.75% | - |
| XYZ | 23.02 | 13.55 | 2.16 | - |
| YUV | 89.27 | 90.04 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 22 | 0 | 0.74 | 0.89 | 0.25 | 9.88 | 0.79 | 0.42 |
| Hex | C0 | 32 | 16 | 0 | 4A | 59 | 19 | A | 4F | 2A |
| Octal | 300 | 62 | 26 | 0 | 112 | 131 | 31 | 12 | 117 | 52 |
| Binary | 11000000 | 110010 | 10110 | 0 | 1001010 | 1011001 | 11001 | 1010 | 1001111 | 101010 |
Color Harmonies of #C03216
Complementary color
Monochromatic Colors of #C03216
Black with #C03216
Text Example
Text Example
White with #C03216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03216; }
p { color: rgb(192,50,22); }
H1.HeaderClassName
{
color: #C03216;
}
.AnyTagClassName
{
color: #C03216;
}
</style>
background-color css
<style>
a { background-color: #C03216; }
a { background-color: rgb(192,50,22); }
div.DivClassName
{
background-color: #C03216;
}
.BgClassName
{
background-color: #C03216;
}
</style>
border-color css
<style>
span { border-color: #C03216; }
span { border-color: rgb(192,50,22); }
td.TdClassName
{
border-color: #C03216;
}
.TagClassName
{
border-color: #C03216;
}
</style>