Html Css Color HEX #C13211 Harley Davidson Orange
📋 copy color: '#C13211'red 193 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #C13211
Tints of Harley Davidson Orange #C13211
RGB
CMYK
RGB Variations
Color information
#C13211 (or 0xC13211) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 11. RGB value is (193,50,17). Sum of RGB (Red+Green+Blue) = 193+50+17=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C13211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13211 is #3ECDEE. Grayscale: #595959. Windows color (decimal): -4115951 or 1127105. OLE color: 1127105.
HSL color Cylindrical-coordinate representation of color #C13211: hue angle of 11.25º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C13211 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.24 |
| HSL | 11.25º | 0.84% | 0.41% | - |
| HSV(B) | 11.25º | 0.91% | 0.76% | - |
| XYZ | 23.23 | 13.66 | 1.94 | - |
| YUV | 89 | 87.38 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 17 | 0 | 0.74 | 0.91 | 0.24 | 11.25 | 0.84 | 0.41 |
| Hex | C1 | 32 | 11 | 0 | 4A | 5B | 18 | B | 54 | 29 |
| Octal | 301 | 62 | 21 | 0 | 112 | 133 | 30 | 13 | 124 | 51 |
| Binary | 11000001 | 110010 | 10001 | 0 | 1001010 | 1011011 | 11000 | 1011 | 1010100 | 101001 |
Color Harmonies of #C13211
Complementary color
Monochromatic Colors of #C13211
Black with #C13211
Text Example
Text Example
White with #C13211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13211; }
p { color: rgb(193,50,17); }
H1.HeaderClassName
{
color: #C13211;
}
.AnyTagClassName
{
color: #C13211;
}
</style>
background-color css
<style>
a { background-color: #C13211; }
a { background-color: rgb(193,50,17); }
div.DivClassName
{
background-color: #C13211;
}
.BgClassName
{
background-color: #C13211;
}
</style>
border-color css
<style>
span { border-color: #C13211; }
span { border-color: rgb(193,50,17); }
td.TdClassName
{
border-color: #C13211;
}
.TagClassName
{
border-color: #C13211;
}
</style>