Html Css Color HEX #C03211 Harley Davidson Orange
📋 copy color: '#C03211'red 192 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #C03211
Tints of Harley Davidson Orange #C03211
RGB
CMYK
RGB Variations
Color information
#C03211 (or 0xC03211) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 11. RGB value is (192,50,17). Sum of RGB (Red+Green+Blue) = 192+50+17=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C03211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03211 is #3FCDEE. Grayscale: #585858. Windows color (decimal): -4181487 or 1127104. OLE color: 1127104.
HSL color Cylindrical-coordinate representation of color #C03211: hue angle of 11.31º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03211 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.25 |
| HSL | 11.31º | 0.84% | 0.41% | - |
| HSV(B) | 11.31º | 0.91% | 0.75% | - |
| XYZ | 22.98 | 13.53 | 1.93 | - |
| YUV | 88.7 | 87.54 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 17 | 0 | 0.74 | 0.91 | 0.25 | 11.31 | 0.84 | 0.41 |
| Hex | C0 | 32 | 11 | 0 | 4A | 5B | 19 | B | 54 | 29 |
| Octal | 300 | 62 | 21 | 0 | 112 | 133 | 31 | 13 | 124 | 51 |
| Binary | 11000000 | 110010 | 10001 | 0 | 1001010 | 1011011 | 11001 | 1011 | 1010100 | 101001 |
Color Harmonies of #C03211
Complementary color
Monochromatic Colors of #C03211
Black with #C03211
Text Example
Text Example
White with #C03211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03211; }
p { color: rgb(192,50,17); }
H1.HeaderClassName
{
color: #C03211;
}
.AnyTagClassName
{
color: #C03211;
}
</style>
background-color css
<style>
a { background-color: #C03211; }
a { background-color: rgb(192,50,17); }
div.DivClassName
{
background-color: #C03211;
}
.BgClassName
{
background-color: #C03211;
}
</style>
border-color css
<style>
span { border-color: #C03211; }
span { border-color: rgb(192,50,17); }
td.TdClassName
{
border-color: #C03211;
}
.TagClassName
{
border-color: #C03211;
}
</style>