Html Css Color HEX #C4310B Harley Davidson Orange
📋 copy color: '#C4310B'red 196 ◦ green 49 ◦ blue 11
Shades of Harley Davidson Orange #C4310B
Tints of Harley Davidson Orange #C4310B
RGB
CMYK
RGB Variations
Color information
#C4310B (or 0xC4310B) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 0B. RGB value is (196,49,11). Sum of RGB (Red+Green+Blue) = 196+49+11=256 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.56% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 196 - color contains mainly: red. Hex color #C4310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4310B is #3BCEF4. Grayscale: #585858. Windows color (decimal): -3919605 or 733636. OLE color: 733636.
HSL color Cylindrical-coordinate representation of color #C4310B: hue angle of 12.32º 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 #C4310B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.23 |
| HSL | 12.32º | 0.89% | 0.41% | - |
| HSV(B) | 12.32º | 0.94% | 0.77% | - |
| XYZ | 23.92 | 13.96 | 1.75 | - |
| YUV | 88.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 11 | 0 | 0.75 | 0.94 | 0.23 | 12.32 | 0.89 | 0.41 |
| Hex | C4 | 31 | B | 0 | 4B | 5E | 17 | C | 59 | 29 |
| Octal | 304 | 61 | 13 | 0 | 113 | 136 | 27 | 14 | 131 | 51 |
| Binary | 11000100 | 110001 | 1011 | 0 | 1001011 | 1011110 | 10111 | 1100 | 1011001 | 101001 |
Color Harmonies of #C4310B
Complementary color
Monochromatic Colors of #C4310B
Black with #C4310B
Text Example
Text Example
White with #C4310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4310B; }
p { color: rgb(196,49,11); }
H1.HeaderClassName
{
color: #C4310B;
}
.AnyTagClassName
{
color: #C4310B;
}
</style>
background-color css
<style>
a { background-color: #C4310B; }
a { background-color: rgb(196,49,11); }
div.DivClassName
{
background-color: #C4310B;
}
.BgClassName
{
background-color: #C4310B;
}
</style>
border-color css
<style>
span { border-color: #C4310B; }
span { border-color: rgb(196,49,11); }
td.TdClassName
{
border-color: #C4310B;
}
.TagClassName
{
border-color: #C4310B;
}
</style>