Html Css Color HEX #C5250C Harley Davidson Orange
📋 copy color: '#C5250C'red 197 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #C5250C
Tints of Harley Davidson Orange #C5250C
RGB
CMYK
RGB Variations
Color information
#C5250C (or 0xC5250C) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 0C. RGB value is (197,37,12). Sum of RGB (Red+Green+Blue) = 197+37+12=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5250C is #3ADAF3. Grayscale: #525252. Windows color (decimal): -3857140 or 796101. OLE color: 796101.
HSL color Cylindrical-coordinate representation of color #C5250C: hue angle of 8.11º 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 #C5250C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.23 |
| HSL | 8.11º | 0.89% | 0.41% | - |
| HSV(B) | 8.11º | 0.94% | 0.77% | - |
| XYZ | 23.75 | 13.22 | 1.65 | - |
| YUV | 81.99 | 88.51 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 12 | 0 | 0.81 | 0.94 | 0.23 | 8.11 | 0.89 | 0.41 |
| Hex | C5 | 25 | C | 0 | 51 | 5E | 17 | 8 | 59 | 29 |
| Octal | 305 | 45 | 14 | 0 | 121 | 136 | 27 | 10 | 131 | 51 |
| Binary | 11000101 | 100101 | 1100 | 0 | 1010001 | 1011110 | 10111 | 1000 | 1011001 | 101001 |
Color Harmonies of #C5250C
Complementary color
Monochromatic Colors of #C5250C
Black with #C5250C
Text Example
Text Example
White with #C5250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5250C; }
p { color: rgb(197,37,12); }
H1.HeaderClassName
{
color: #C5250C;
}
.AnyTagClassName
{
color: #C5250C;
}
</style>
background-color css
<style>
a { background-color: #C5250C; }
a { background-color: rgb(197,37,12); }
div.DivClassName
{
background-color: #C5250C;
}
.BgClassName
{
background-color: #C5250C;
}
</style>
border-color css
<style>
span { border-color: #C5250C; }
span { border-color: rgb(197,37,12); }
td.TdClassName
{
border-color: #C5250C;
}
.TagClassName
{
border-color: #C5250C;
}
</style>