Html Css Color HEX #C12618 Harley Davidson Orange
📋 copy color: '#C12618'red 193 ◦ green 38 ◦ blue 24
Shades of Harley Davidson Orange #C12618
Tints of Harley Davidson Orange #C12618
RGB
CMYK
RGB Variations
Color information
#C12618 (or 0xC12618) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 18. RGB value is (193,38,24). Sum of RGB (Red+Green+Blue) = 193+38+24=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 38 (15.23% from 255 or 14.90% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C12618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12618 is #3ED9E7. Grayscale: #525252. Windows color (decimal): -4119016 or 1582785. OLE color: 1582785.
HSL color Cylindrical-coordinate representation of color #C12618: hue angle of 4.97º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C12618 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 24 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.24 |
| HSL | 4.97º | 0.78% | 0.43% | - |
| HSV(B) | 4.97º | 0.88% | 0.76% | - |
| XYZ | 22.85 | 12.79 | 2.13 | - |
| YUV | 82.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 24 | 0 | 0.80 | 0.88 | 0.24 | 4.97 | 0.78 | 0.43 |
| Hex | C1 | 26 | 18 | 0 | 50 | 58 | 18 | 5 | 4E | 2B |
| Octal | 301 | 46 | 30 | 0 | 120 | 130 | 30 | 5 | 116 | 53 |
| Binary | 11000001 | 100110 | 11000 | 0 | 1010000 | 1011000 | 11000 | 101 | 1001110 | 101011 |
Color Harmonies of #C12618
Complementary color
Monochromatic Colors of #C12618
Black with #C12618
Text Example
Text Example
White with #C12618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12618; }
p { color: rgb(193,38,24); }
H1.HeaderClassName
{
color: #C12618;
}
.AnyTagClassName
{
color: #C12618;
}
</style>
background-color css
<style>
a { background-color: #C12618; }
a { background-color: rgb(193,38,24); }
div.DivClassName
{
background-color: #C12618;
}
.BgClassName
{
background-color: #C12618;
}
</style>
border-color css
<style>
span { border-color: #C12618; }
span { border-color: rgb(193,38,24); }
td.TdClassName
{
border-color: #C12618;
}
.TagClassName
{
border-color: #C12618;
}
</style>