Html Css Color HEX #C0361A Harley Davidson Orange
📋 copy color: '#C0361A'red 192 ◦ green 54 ◦ blue 26
Shades of Harley Davidson Orange #C0361A
Tints of Harley Davidson Orange #C0361A
RGB
CMYK
RGB Variations
Color information
#C0361A (or 0xC0361A) is known color: Harley Davidson Orange. HEX triplet: C0, 36 and 1A. RGB value is (192,54,26). Sum of RGB (Red+Green+Blue) = 192+54+26=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0361A is #3FC9E5. Grayscale: #5C5C5C. Windows color (decimal): -4180454 or 1717952. OLE color: 1717952.
HSL color Cylindrical-coordinate representation of color #C0361A: hue angle of 10.12º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0361A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 26 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.25 |
| HSL | 10.12º | 0.76% | 0.43% | - |
| HSV(B) | 10.12º | 0.86% | 0.75% | - |
| XYZ | 23.24 | 13.92 | 2.44 | - |
| YUV | 92.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 26 | 0 | 0.72 | 0.86 | 0.25 | 10.12 | 0.76 | 0.43 |
| Hex | C0 | 36 | 1A | 0 | 48 | 56 | 19 | A | 4C | 2B |
| Octal | 300 | 66 | 32 | 0 | 110 | 126 | 31 | 12 | 114 | 53 |
| Binary | 11000000 | 110110 | 11010 | 0 | 1001000 | 1010110 | 11001 | 1010 | 1001100 | 101011 |
Color Harmonies of #C0361A
Complementary color
Monochromatic Colors of #C0361A
Black with #C0361A
Text Example
Text Example
White with #C0361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0361A; }
p { color: rgb(192,54,26); }
H1.HeaderClassName
{
color: #C0361A;
}
.AnyTagClassName
{
color: #C0361A;
}
</style>
background-color css
<style>
a { background-color: #C0361A; }
a { background-color: rgb(192,54,26); }
div.DivClassName
{
background-color: #C0361A;
}
.BgClassName
{
background-color: #C0361A;
}
</style>
border-color css
<style>
span { border-color: #C0361A; }
span { border-color: rgb(192,54,26); }
td.TdClassName
{
border-color: #C0361A;
}
.TagClassName
{
border-color: #C0361A;
}
</style>