Html Css Color HEX #C5300A Harley Davidson Orange
📋 copy color: '#C5300A'red 197 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #C5300A
Tints of Harley Davidson Orange #C5300A
RGB
CMYK
RGB Variations
Color information
#C5300A (or 0xC5300A) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 0A. RGB value is (197,48,10). Sum of RGB (Red+Green+Blue) = 197+48+10=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C5300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5300A is #3ACFF5. Grayscale: #585858. Windows color (decimal): -3854326 or 667845. OLE color: 667845.
HSL color Cylindrical-coordinate representation of color #C5300A: hue angle of 12.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5300A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.23 |
| HSL | 12.19º | 0.9% | 0.41% | - |
| HSV(B) | 12.19º | 0.95% | 0.77% | - |
| XYZ | 24.14 | 14.01 | 1.72 | - |
| YUV | 88.22 | 83.86 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 10 | 0 | 0.76 | 0.95 | 0.23 | 12.19 | 0.9 | 0.41 |
| Hex | C5 | 30 | A | 0 | 4C | 5F | 17 | C | 5A | 29 |
| Octal | 305 | 60 | 12 | 0 | 114 | 137 | 27 | 14 | 132 | 51 |
| Binary | 11000101 | 110000 | 1010 | 0 | 1001100 | 1011111 | 10111 | 1100 | 1011010 | 101001 |
Color Harmonies of #C5300A
Complementary color
Monochromatic Colors of #C5300A
Black with #C5300A
Text Example
Text Example
White with #C5300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5300A; }
p { color: rgb(197,48,10); }
H1.HeaderClassName
{
color: #C5300A;
}
.AnyTagClassName
{
color: #C5300A;
}
</style>
background-color css
<style>
a { background-color: #C5300A; }
a { background-color: rgb(197,48,10); }
div.DivClassName
{
background-color: #C5300A;
}
.BgClassName
{
background-color: #C5300A;
}
</style>
border-color css
<style>
span { border-color: #C5300A; }
span { border-color: rgb(197,48,10); }
td.TdClassName
{
border-color: #C5300A;
}
.TagClassName
{
border-color: #C5300A;
}
</style>