Html Css Color HEX #C12415 Harley Davidson Orange
📋 copy color: '#C12415'red 193 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #C12415
Tints of Harley Davidson Orange #C12415
RGB
CMYK
RGB Variations
Color information
#C12415 (or 0xC12415) is known color: Harley Davidson Orange. HEX triplet: C1, 24 and 15. RGB value is (193,36,21). Sum of RGB (Red+Green+Blue) = 193+36+21=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12415 is #3EDBEA. Grayscale: #515151. Windows color (decimal): -4119531 or 1385665. OLE color: 1385665.
HSL color Cylindrical-coordinate representation of color #C12415: hue angle of 5.23º 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 #C12415 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 36 | 21 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.24 |
| HSL | 5.23º | 0.8% | 0.42% | - |
| HSV(B) | 5.23º | 0.89% | 0.76% | - |
| XYZ | 22.76 | 12.65 | 1.95 | - |
| YUV | 81.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 36 | 21 | 0 | 0.81 | 0.89 | 0.24 | 5.23 | 0.8 | 0.42 |
| Hex | C1 | 24 | 15 | 0 | 51 | 59 | 18 | 5 | 50 | 2A |
| Octal | 301 | 44 | 25 | 0 | 121 | 131 | 30 | 5 | 120 | 52 |
| Binary | 11000001 | 100100 | 10101 | 0 | 1010001 | 1011001 | 11000 | 101 | 1010000 | 101010 |
Color Harmonies of #C12415
Complementary color
Monochromatic Colors of #C12415
Black with #C12415
Text Example
Text Example
White with #C12415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12415; }
p { color: rgb(193,36,21); }
H1.HeaderClassName
{
color: #C12415;
}
.AnyTagClassName
{
color: #C12415;
}
</style>
background-color css
<style>
a { background-color: #C12415; }
a { background-color: rgb(193,36,21); }
div.DivClassName
{
background-color: #C12415;
}
.BgClassName
{
background-color: #C12415;
}
</style>
border-color css
<style>
span { border-color: #C12415; }
span { border-color: rgb(193,36,21); }
td.TdClassName
{
border-color: #C12415;
}
.TagClassName
{
border-color: #C12415;
}
</style>