Html Css Color HEX #C13E20 Harley Davidson Orange
📋 copy color: '#C13E20'red 193 ◦ green 62 ◦ blue 32
Shades of Harley Davidson Orange #C13E20
Tints of Harley Davidson Orange #C13E20
RGB
CMYK
RGB Variations
Color information
#C13E20 (or 0xC13E20) is known color: Harley Davidson Orange. HEX triplet: C1, 3E and 20. RGB value is (193,62,32). Sum of RGB (Red+Green+Blue) = 193+62+32=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13E20 is #3EC1DF. Grayscale: #616161. Windows color (decimal): -4112864 or 2113217. OLE color: 2113217.
HSL color Cylindrical-coordinate representation of color #C13E20: hue angle of 11.18º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C13E20 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 62 | 32 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.24 |
| HSL | 11.18º | 0.72% | 0.44% | - |
| HSV(B) | 11.18º | 0.83% | 0.76% | - |
| XYZ | 23.98 | 14.89 | 2.98 | - |
| YUV | 97.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 62 | 32 | 0 | 0.68 | 0.83 | 0.24 | 11.18 | 0.72 | 0.44 |
| Hex | C1 | 3E | 20 | 0 | 44 | 53 | 18 | B | 48 | 2C |
| Octal | 301 | 76 | 40 | 0 | 104 | 123 | 30 | 13 | 110 | 54 |
| Binary | 11000001 | 111110 | 100000 | 0 | 1000100 | 1010011 | 11000 | 1011 | 1001000 | 101100 |
Color Harmonies of #C13E20
Complementary color
Monochromatic Colors of #C13E20
Black with #C13E20
Text Example
Text Example
White with #C13E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13E20; }
p { color: rgb(193,62,32); }
H1.HeaderClassName
{
color: #C13E20;
}
.AnyTagClassName
{
color: #C13E20;
}
</style>
background-color css
<style>
a { background-color: #C13E20; }
a { background-color: rgb(193,62,32); }
div.DivClassName
{
background-color: #C13E20;
}
.BgClassName
{
background-color: #C13E20;
}
</style>
border-color css
<style>
span { border-color: #C13E20; }
span { border-color: rgb(193,62,32); }
td.TdClassName
{
border-color: #C13E20;
}
.TagClassName
{
border-color: #C13E20;
}
</style>