Html Css Color HEX #C4370B Harley Davidson Orange
📋 copy color: '#C4370B'red 196 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #C4370B
Tints of Harley Davidson Orange #C4370B
RGB
CMYK
RGB Variations
Color information
#C4370B (or 0xC4370B) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 0B. RGB value is (196,55,11). Sum of RGB (Red+Green+Blue) = 196+55+11=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4370B is #3BC8F4. Grayscale: #5C5C5C. Windows color (decimal): -3918069 or 735172. OLE color: 735172.
HSL color Cylindrical-coordinate representation of color #C4370B: hue angle of 14.27º degrees, saturation: 0.89, 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 #C4370B is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 11 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.23 |
| HSL | 14.27º | 0.89% | 0.41% | - |
| HSV(B) | 14.27º | 0.94% | 0.77% | - |
| XYZ | 24.19 | 14.49 | 1.84 | - |
| YUV | 92.14 | 82.21 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 11 | 0 | 0.72 | 0.94 | 0.23 | 14.27 | 0.89 | 0.41 |
| Hex | C4 | 37 | B | 0 | 48 | 5E | 17 | E | 59 | 29 |
| Octal | 304 | 67 | 13 | 0 | 110 | 136 | 27 | 16 | 131 | 51 |
| Binary | 11000100 | 110111 | 1011 | 0 | 1001000 | 1011110 | 10111 | 1110 | 1011001 | 101001 |
Color Harmonies of #C4370B
Complementary color
Monochromatic Colors of #C4370B
Black with #C4370B
Text Example
Text Example
White with #C4370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4370B; }
p { color: rgb(196,55,11); }
H1.HeaderClassName
{
color: #C4370B;
}
.AnyTagClassName
{
color: #C4370B;
}
</style>
background-color css
<style>
a { background-color: #C4370B; }
a { background-color: rgb(196,55,11); }
div.DivClassName
{
background-color: #C4370B;
}
.BgClassName
{
background-color: #C4370B;
}
</style>
border-color css
<style>
span { border-color: #C4370B; }
span { border-color: rgb(196,55,11); }
td.TdClassName
{
border-color: #C4370B;
}
.TagClassName
{
border-color: #C4370B;
}
</style>