Html Css Color HEX #C2360D Harley Davidson Orange
📋 copy color: '#C2360D'red 194 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #C2360D
Tints of Harley Davidson Orange #C2360D
RGB
CMYK
RGB Variations
Color information
#C2360D (or 0xC2360D) is known color: Harley Davidson Orange. HEX triplet: C2, 36 and 0D. RGB value is (194,54,13). Sum of RGB (Red+Green+Blue) = 194+54+13=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C2360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2360D is #3DC9F2. Grayscale: #5B5B5B. Windows color (decimal): -4049395 or 865986. OLE color: 865986.
HSL color Cylindrical-coordinate representation of color #C2360D: hue angle of 13.59º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2360D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.24 |
| HSL | 13.59º | 0.87% | 0.41% | - |
| HSV(B) | 13.59º | 0.93% | 0.76% | - |
| XYZ | 23.64 | 14.14 | 1.86 | - |
| YUV | 91.19 | 83.88 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 13 | 0 | 0.72 | 0.93 | 0.24 | 13.59 | 0.87 | 0.41 |
| Hex | C2 | 36 | D | 0 | 48 | 5D | 18 | E | 57 | 29 |
| Octal | 302 | 66 | 15 | 0 | 110 | 135 | 30 | 16 | 127 | 51 |
| Binary | 11000010 | 110110 | 1101 | 0 | 1001000 | 1011101 | 11000 | 1110 | 1010111 | 101001 |
Color Harmonies of #C2360D
Complementary color
Monochromatic Colors of #C2360D
Black with #C2360D
Text Example
Text Example
White with #C2360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2360D; }
p { color: rgb(194,54,13); }
H1.HeaderClassName
{
color: #C2360D;
}
.AnyTagClassName
{
color: #C2360D;
}
</style>
background-color css
<style>
a { background-color: #C2360D; }
a { background-color: rgb(194,54,13); }
div.DivClassName
{
background-color: #C2360D;
}
.BgClassName
{
background-color: #C2360D;
}
</style>
border-color css
<style>
span { border-color: #C2360D; }
span { border-color: rgb(194,54,13); }
td.TdClassName
{
border-color: #C2360D;
}
.TagClassName
{
border-color: #C2360D;
}
</style>