Html Css Color HEX #C61C12 Harley Davidson Orange
📋 copy color: '#C61C12'red 198 ◦ green 28 ◦ blue 18
Shades of Harley Davidson Orange #C61C12
Tints of Harley Davidson Orange #C61C12
RGB
CMYK
RGB Variations
Color information
#C61C12 (or 0xC61C12) is known color: Harley Davidson Orange. HEX triplet: C6, 1C and 12. RGB value is (198,28,18). Sum of RGB (Red+Green+Blue) = 198+28+18=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C61C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61C12 is #39E3ED. Grayscale: #4D4D4D. Windows color (decimal): -3793902 or 1187014. OLE color: 1187014.
HSL color Cylindrical-coordinate representation of color #C61C12: hue angle of 3.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61C12 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 28 | 18 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.22 |
| HSL | 3.33º | 0.83% | 0.42% | - |
| HSV(B) | 3.33º | 0.91% | 0.78% | - |
| XYZ | 23.81 | 12.88 | 1.8 | - |
| YUV | 77.69 | 94.32 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 18 | 0 | 0.86 | 0.91 | 0.22 | 3.33 | 0.83 | 0.42 |
| Hex | C6 | 1C | 12 | 0 | 56 | 5B | 16 | 3 | 53 | 2A |
| Octal | 306 | 34 | 22 | 0 | 126 | 133 | 26 | 3 | 123 | 52 |
| Binary | 11000110 | 11100 | 10010 | 0 | 1010110 | 1011011 | 10110 | 11 | 1010011 | 101010 |
Color Harmonies of #C61C12
Complementary color
Monochromatic Colors of #C61C12
Black with #C61C12
Text Example
Text Example
White with #C61C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61C12; }
p { color: rgb(198,28,18); }
H1.HeaderClassName
{
color: #C61C12;
}
.AnyTagClassName
{
color: #C61C12;
}
</style>
background-color css
<style>
a { background-color: #C61C12; }
a { background-color: rgb(198,28,18); }
div.DivClassName
{
background-color: #C61C12;
}
.BgClassName
{
background-color: #C61C12;
}
</style>
border-color css
<style>
span { border-color: #C61C12; }
span { border-color: rgb(198,28,18); }
td.TdClassName
{
border-color: #C61C12;
}
.TagClassName
{
border-color: #C61C12;
}
</style>