Html Css Color HEX #C03316 Harley Davidson Orange
📋 copy color: '#C03316'red 192 ◦ green 51 ◦ blue 22
Shades of Harley Davidson Orange #C03316
Tints of Harley Davidson Orange #C03316
RGB
CMYK
RGB Variations
Color information
#C03316 (or 0xC03316) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 16. RGB value is (192,51,22). Sum of RGB (Red+Green+Blue) = 192+51+22=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 22 (8.98% from 255 or 8.30% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03316 is #3FCCE9. Grayscale: #5A5A5A. Windows color (decimal): -4181226 or 1455040. OLE color: 1455040.
HSL color Cylindrical-coordinate representation of color #C03316: hue angle of 10.24º 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 #C03316 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.25 |
| HSL | 10.24º | 0.79% | 0.42% | - |
| HSV(B) | 10.24º | 0.89% | 0.75% | - |
| XYZ | 23.07 | 13.63 | 2.17 | - |
| YUV | 89.85 | 89.71 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 22 | 0 | 0.73 | 0.89 | 0.25 | 10.24 | 0.79 | 0.42 |
| Hex | C0 | 33 | 16 | 0 | 49 | 59 | 19 | A | 4F | 2A |
| Octal | 300 | 63 | 26 | 0 | 111 | 131 | 31 | 12 | 117 | 52 |
| Binary | 11000000 | 110011 | 10110 | 0 | 1001001 | 1011001 | 11001 | 1010 | 1001111 | 101010 |
Color Harmonies of #C03316
Complementary color
Monochromatic Colors of #C03316
Black with #C03316
Text Example
Text Example
White with #C03316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03316; }
p { color: rgb(192,51,22); }
H1.HeaderClassName
{
color: #C03316;
}
.AnyTagClassName
{
color: #C03316;
}
</style>
background-color css
<style>
a { background-color: #C03316; }
a { background-color: rgb(192,51,22); }
div.DivClassName
{
background-color: #C03316;
}
.BgClassName
{
background-color: #C03316;
}
</style>
border-color css
<style>
span { border-color: #C03316; }
span { border-color: rgb(192,51,22); }
td.TdClassName
{
border-color: #C03316;
}
.TagClassName
{
border-color: #C03316;
}
</style>