Html Css Color HEX #C5250A Harley Davidson Orange
📋 copy color: '#C5250A'red 197 ◦ green 37 ◦ blue 10
Shades of Harley Davidson Orange #C5250A
Tints of Harley Davidson Orange #C5250A
RGB
CMYK
RGB Variations
Color information
#C5250A (or 0xC5250A) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 0A. RGB value is (197,37,10). Sum of RGB (Red+Green+Blue) = 197+37+10=244 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.74% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 197 - color contains mainly: red. Hex color #C5250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5250A is #3ADAF5. Grayscale: #525252. Windows color (decimal): -3857142 or 665029. OLE color: 665029.
HSL color Cylindrical-coordinate representation of color #C5250A: hue angle of 8.66º 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 #C5250A is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 10 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.23 |
| HSL | 8.66º | 0.9% | 0.41% | - |
| HSV(B) | 8.66º | 0.95% | 0.77% | - |
| XYZ | 23.74 | 13.22 | 1.59 | - |
| YUV | 81.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 10 | 0 | 0.81 | 0.95 | 0.23 | 8.66 | 0.9 | 0.41 |
| Hex | C5 | 25 | A | 0 | 51 | 5F | 17 | 9 | 5A | 29 |
| Octal | 305 | 45 | 12 | 0 | 121 | 137 | 27 | 11 | 132 | 51 |
| Binary | 11000101 | 100101 | 1010 | 0 | 1010001 | 1011111 | 10111 | 1001 | 1011010 | 101001 |
Color Harmonies of #C5250A
Complementary color
Monochromatic Colors of #C5250A
Black with #C5250A
Text Example
Text Example
White with #C5250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5250A; }
p { color: rgb(197,37,10); }
H1.HeaderClassName
{
color: #C5250A;
}
.AnyTagClassName
{
color: #C5250A;
}
</style>
background-color css
<style>
a { background-color: #C5250A; }
a { background-color: rgb(197,37,10); }
div.DivClassName
{
background-color: #C5250A;
}
.BgClassName
{
background-color: #C5250A;
}
</style>
border-color css
<style>
span { border-color: #C5250A; }
span { border-color: rgb(197,37,10); }
td.TdClassName
{
border-color: #C5250A;
}
.TagClassName
{
border-color: #C5250A;
}
</style>