Html Css Color HEX #C5330B Harley Davidson Orange
📋 copy color: '#C5330B'red 197 ◦ green 51 ◦ blue 11
Shades of Harley Davidson Orange #C5330B
Tints of Harley Davidson Orange #C5330B
RGB
CMYK
RGB Variations
Color information
#C5330B (or 0xC5330B) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 0B. RGB value is (197,51,11). Sum of RGB (Red+Green+Blue) = 197+51+11=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5330B is #3ACCF4. Grayscale: #5A5A5A. Windows color (decimal): -3853557 or 734149. OLE color: 734149.
HSL color Cylindrical-coordinate representation of color #C5330B: hue angle of 12.9º 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 #C5330B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 11 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.23 |
| HSL | 12.9º | 0.89% | 0.41% | - |
| HSV(B) | 12.9º | 0.94% | 0.77% | - |
| XYZ | 24.27 | 14.26 | 1.79 | - |
| YUV | 90.09 | 83.37 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 11 | 0 | 0.74 | 0.94 | 0.23 | 12.9 | 0.89 | 0.41 |
| Hex | C5 | 33 | B | 0 | 4A | 5E | 17 | D | 59 | 29 |
| Octal | 305 | 63 | 13 | 0 | 112 | 136 | 27 | 15 | 131 | 51 |
| Binary | 11000101 | 110011 | 1011 | 0 | 1001010 | 1011110 | 10111 | 1101 | 1011001 | 101001 |
Color Harmonies of #C5330B
Complementary color
Monochromatic Colors of #C5330B
Black with #C5330B
Text Example
Text Example
White with #C5330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5330B; }
p { color: rgb(197,51,11); }
H1.HeaderClassName
{
color: #C5330B;
}
.AnyTagClassName
{
color: #C5330B;
}
</style>
background-color css
<style>
a { background-color: #C5330B; }
a { background-color: rgb(197,51,11); }
div.DivClassName
{
background-color: #C5330B;
}
.BgClassName
{
background-color: #C5330B;
}
</style>
border-color css
<style>
span { border-color: #C5330B; }
span { border-color: rgb(197,51,11); }
td.TdClassName
{
border-color: #C5330B;
}
.TagClassName
{
border-color: #C5330B;
}
</style>