Html Css Color HEX #C4360C Harley Davidson Orange
📋 copy color: '#C4360C'red 196 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #C4360C
Tints of Harley Davidson Orange #C4360C
RGB
CMYK
RGB Variations
Color information
#C4360C (or 0xC4360C) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 0C. RGB value is (196,54,12). Sum of RGB (Red+Green+Blue) = 196+54+12=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4360C is #3BC9F3. Grayscale: #5B5B5B. Windows color (decimal): -3918324 or 800452. OLE color: 800452.
HSL color Cylindrical-coordinate representation of color #C4360C: hue angle of 13.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4360C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.23 |
| HSL | 13.7º | 0.88% | 0.41% | - |
| HSV(B) | 13.7º | 0.94% | 0.77% | - |
| XYZ | 24.15 | 14.4 | 1.85 | - |
| YUV | 91.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 12 | 0 | 0.72 | 0.94 | 0.23 | 13.7 | 0.88 | 0.41 |
| Hex | C4 | 36 | C | 0 | 48 | 5E | 17 | E | 58 | 29 |
| Octal | 304 | 66 | 14 | 0 | 110 | 136 | 27 | 16 | 130 | 51 |
| Binary | 11000100 | 110110 | 1100 | 0 | 1001000 | 1011110 | 10111 | 1110 | 1011000 | 101001 |
Color Harmonies of #C4360C
Complementary color
Monochromatic Colors of #C4360C
Black with #C4360C
Text Example
Text Example
White with #C4360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4360C; }
p { color: rgb(196,54,12); }
H1.HeaderClassName
{
color: #C4360C;
}
.AnyTagClassName
{
color: #C4360C;
}
</style>
background-color css
<style>
a { background-color: #C4360C; }
a { background-color: rgb(196,54,12); }
div.DivClassName
{
background-color: #C4360C;
}
.BgClassName
{
background-color: #C4360C;
}
</style>
border-color css
<style>
span { border-color: #C4360C; }
span { border-color: rgb(196,54,12); }
td.TdClassName
{
border-color: #C4360C;
}
.TagClassName
{
border-color: #C4360C;
}
</style>