Html Css Color HEX #C5250E Harley Davidson Orange
📋 copy color: '#C5250E'red 197 ◦ green 37 ◦ blue 14
Shades of Harley Davidson Orange #C5250E
Tints of Harley Davidson Orange #C5250E
RGB
CMYK
RGB Variations
Color information
#C5250E (or 0xC5250E) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 0E. RGB value is (197,37,14). Sum of RGB (Red+Green+Blue) = 197+37+14=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5250E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5250E is #3ADAF1. Grayscale: #525252. Windows color (decimal): -3857138 or 927173. OLE color: 927173.
HSL color Cylindrical-coordinate representation of color #C5250E: hue angle of 7.54º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5250E is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 14 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.23 |
| HSL | 7.54º | 0.87% | 0.41% | - |
| HSV(B) | 7.54º | 0.93% | 0.77% | - |
| XYZ | 23.77 | 13.23 | 1.72 | - |
| YUV | 82.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 14 | 0 | 0.81 | 0.93 | 0.23 | 7.54 | 0.87 | 0.41 |
| Hex | C5 | 25 | E | 0 | 51 | 5D | 17 | 8 | 57 | 29 |
| Octal | 305 | 45 | 16 | 0 | 121 | 135 | 27 | 10 | 127 | 51 |
| Binary | 11000101 | 100101 | 1110 | 0 | 1010001 | 1011101 | 10111 | 1000 | 1010111 | 101001 |
Color Harmonies of #C5250E
Complementary color
Monochromatic Colors of #C5250E
Black with #C5250E
Text Example
Text Example
White with #C5250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5250E; }
p { color: rgb(197,37,14); }
H1.HeaderClassName
{
color: #C5250E;
}
.AnyTagClassName
{
color: #C5250E;
}
</style>
background-color css
<style>
a { background-color: #C5250E; }
a { background-color: rgb(197,37,14); }
div.DivClassName
{
background-color: #C5250E;
}
.BgClassName
{
background-color: #C5250E;
}
</style>
border-color css
<style>
span { border-color: #C5250E; }
span { border-color: rgb(197,37,14); }
td.TdClassName
{
border-color: #C5250E;
}
.TagClassName
{
border-color: #C5250E;
}
</style>