Html Css Color HEX #C5300B Harley Davidson Orange
📋 copy color: '#C5300B'red 197 ◦ green 48 ◦ blue 11
Shades of Harley Davidson Orange #C5300B
Tints of Harley Davidson Orange #C5300B
RGB
CMYK
RGB Variations
Color information
#C5300B (or 0xC5300B) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 0B. RGB value is (197,48,11). Sum of RGB (Red+Green+Blue) = 197+48+11=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C5300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5300B is #3ACFF4. Grayscale: #585858. Windows color (decimal): -3854325 or 733381. OLE color: 733381.
HSL color Cylindrical-coordinate representation of color #C5300B: hue angle of 11.94º 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 #C5300B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 11 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.23 |
| HSL | 11.94º | 0.89% | 0.41% | - |
| HSV(B) | 11.94º | 0.94% | 0.77% | - |
| XYZ | 24.14 | 14.01 | 1.75 | - |
| YUV | 88.33 | 84.36 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 11 | 0 | 0.76 | 0.94 | 0.23 | 11.94 | 0.89 | 0.41 |
| Hex | C5 | 30 | B | 0 | 4C | 5E | 17 | C | 59 | 29 |
| Octal | 305 | 60 | 13 | 0 | 114 | 136 | 27 | 14 | 131 | 51 |
| Binary | 11000101 | 110000 | 1011 | 0 | 1001100 | 1011110 | 10111 | 1100 | 1011001 | 101001 |
Color Harmonies of #C5300B
Complementary color
Monochromatic Colors of #C5300B
Black with #C5300B
Text Example
Text Example
White with #C5300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5300B; }
p { color: rgb(197,48,11); }
H1.HeaderClassName
{
color: #C5300B;
}
.AnyTagClassName
{
color: #C5300B;
}
</style>
background-color css
<style>
a { background-color: #C5300B; }
a { background-color: rgb(197,48,11); }
div.DivClassName
{
background-color: #C5300B;
}
.BgClassName
{
background-color: #C5300B;
}
</style>
border-color css
<style>
span { border-color: #C5300B; }
span { border-color: rgb(197,48,11); }
td.TdClassName
{
border-color: #C5300B;
}
.TagClassName
{
border-color: #C5300B;
}
</style>