Html Css Color HEX #C13915 Harley Davidson Orange
📋 copy color: '#C13915'red 193 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #C13915
Tints of Harley Davidson Orange #C13915
RGB
CMYK
RGB Variations
Color information
#C13915 (or 0xC13915) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 15. RGB value is (193,57,21). Sum of RGB (Red+Green+Blue) = 193+57+21=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C13915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13915 is #3EC6EA. Grayscale: #5D5D5D. Windows color (decimal): -4114155 or 1391041. OLE color: 1391041.
HSL color Cylindrical-coordinate representation of color #C13915: hue angle of 12.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C13915 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 21 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.24 |
| HSL | 12.56º | 0.8% | 0.42% | - |
| HSV(B) | 12.56º | 0.89% | 0.76% | - |
| XYZ | 23.59 | 14.32 | 2.23 | - |
| YUV | 93.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 21 | 0 | 0.70 | 0.89 | 0.24 | 12.56 | 0.8 | 0.42 |
| Hex | C1 | 39 | 15 | 0 | 46 | 59 | 18 | D | 50 | 2A |
| Octal | 301 | 71 | 25 | 0 | 106 | 131 | 30 | 15 | 120 | 52 |
| Binary | 11000001 | 111001 | 10101 | 0 | 1000110 | 1011001 | 11000 | 1101 | 1010000 | 101010 |
Color Harmonies of #C13915
Complementary color
Monochromatic Colors of #C13915
Black with #C13915
Text Example
Text Example
White with #C13915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13915; }
p { color: rgb(193,57,21); }
H1.HeaderClassName
{
color: #C13915;
}
.AnyTagClassName
{
color: #C13915;
}
</style>
background-color css
<style>
a { background-color: #C13915; }
a { background-color: rgb(193,57,21); }
div.DivClassName
{
background-color: #C13915;
}
.BgClassName
{
background-color: #C13915;
}
</style>
border-color css
<style>
span { border-color: #C13915; }
span { border-color: rgb(193,57,21); }
td.TdClassName
{
border-color: #C13915;
}
.TagClassName
{
border-color: #C13915;
}
</style>