Html Css Color HEX #C5300F Harley Davidson Orange
📋 copy color: '#C5300F'red 197 ◦ green 48 ◦ blue 15
Shades of Harley Davidson Orange #C5300F
Tints of Harley Davidson Orange #C5300F
RGB
CMYK
RGB Variations
Color information
#C5300F (or 0xC5300F) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 0F. RGB value is (197,48,15). Sum of RGB (Red+Green+Blue) = 197+48+15=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C5300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5300F is #3ACFF0. Grayscale: #595959. Windows color (decimal): -3854321 or 995525. OLE color: 995525.
HSL color Cylindrical-coordinate representation of color #C5300F: hue angle of 10.88º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5300F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 15 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.23 |
| HSL | 10.88º | 0.86% | 0.42% | - |
| HSV(B) | 10.88º | 0.92% | 0.77% | - |
| XYZ | 24.17 | 14.02 | 1.88 | - |
| YUV | 88.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 15 | 0 | 0.76 | 0.92 | 0.23 | 10.88 | 0.86 | 0.42 |
| Hex | C5 | 30 | F | 0 | 4C | 5C | 17 | B | 56 | 2A |
| Octal | 305 | 60 | 17 | 0 | 114 | 134 | 27 | 13 | 126 | 52 |
| Binary | 11000101 | 110000 | 1111 | 0 | 1001100 | 1011100 | 10111 | 1011 | 1010110 | 101010 |
Color Harmonies of #C5300F
Complementary color
Monochromatic Colors of #C5300F
Black with #C5300F
Text Example
Text Example
White with #C5300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5300F; }
p { color: rgb(197,48,15); }
H1.HeaderClassName
{
color: #C5300F;
}
.AnyTagClassName
{
color: #C5300F;
}
</style>
background-color css
<style>
a { background-color: #C5300F; }
a { background-color: rgb(197,48,15); }
div.DivClassName
{
background-color: #C5300F;
}
.BgClassName
{
background-color: #C5300F;
}
</style>
border-color css
<style>
span { border-color: #C5300F; }
span { border-color: rgb(197,48,15); }
td.TdClassName
{
border-color: #C5300F;
}
.TagClassName
{
border-color: #C5300F;
}
</style>