Html Css Color HEX #C12315 Harley Davidson Orange
📋 copy color: '#C12315'red 193 ◦ green 35 ◦ blue 21
Shades of Harley Davidson Orange #C12315
Tints of Harley Davidson Orange #C12315
RGB
CMYK
RGB Variations
Color information
#C12315 (or 0xC12315) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 15. RGB value is (193,35,21). Sum of RGB (Red+Green+Blue) = 193+35+21=249 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.51% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 193 - color contains mainly: red. Hex color #C12315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12315 is #3EDCEA. Grayscale: #505050. Windows color (decimal): -4119787 or 1385409. OLE color: 1385409.
HSL color Cylindrical-coordinate representation of color #C12315: hue angle of 4.88º 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 #C12315 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 21 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.24 |
| HSL | 4.88º | 0.8% | 0.42% | - |
| HSV(B) | 4.88º | 0.89% | 0.76% | - |
| XYZ | 22.73 | 12.59 | 1.94 | - |
| YUV | 80.65 | 94.35 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 21 | 0 | 0.82 | 0.89 | 0.24 | 4.88 | 0.8 | 0.42 |
| Hex | C1 | 23 | 15 | 0 | 52 | 59 | 18 | 5 | 50 | 2A |
| Octal | 301 | 43 | 25 | 0 | 122 | 131 | 30 | 5 | 120 | 52 |
| Binary | 11000001 | 100011 | 10101 | 0 | 1010010 | 1011001 | 11000 | 101 | 1010000 | 101010 |
Color Harmonies of #C12315
Complementary color
Monochromatic Colors of #C12315
Black with #C12315
Text Example
Text Example
White with #C12315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12315; }
p { color: rgb(193,35,21); }
H1.HeaderClassName
{
color: #C12315;
}
.AnyTagClassName
{
color: #C12315;
}
</style>
background-color css
<style>
a { background-color: #C12315; }
a { background-color: rgb(193,35,21); }
div.DivClassName
{
background-color: #C12315;
}
.BgClassName
{
background-color: #C12315;
}
</style>
border-color css
<style>
span { border-color: #C12315; }
span { border-color: rgb(193,35,21); }
td.TdClassName
{
border-color: #C12315;
}
.TagClassName
{
border-color: #C12315;
}
</style>