Html Css Color HEX #C5351C Harley Davidson Orange
📋 copy color: '#C5351C'red 197 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #C5351C
Tints of Harley Davidson Orange #C5351C
RGB
CMYK
RGB Variations
Color information
#C5351C (or 0xC5351C) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 1C. RGB value is (197,53,28). Sum of RGB (Red+Green+Blue) = 197+53+28=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5351C is #3ACAE3. Grayscale: #5D5D5D. Windows color (decimal): -3853028 or 1848773. OLE color: 1848773.
HSL color Cylindrical-coordinate representation of color #C5351C: hue angle of 8.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5351C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 28 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.23 |
| HSL | 8.88º | 0.75% | 0.44% | - |
| HSV(B) | 8.88º | 0.86% | 0.77% | - |
| XYZ | 24.51 | 14.5 | 2.61 | - |
| YUV | 93.21 | 91.21 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 28 | 0 | 0.73 | 0.86 | 0.23 | 8.88 | 0.75 | 0.44 |
| Hex | C5 | 35 | 1C | 0 | 49 | 56 | 17 | 9 | 4B | 2C |
| Octal | 305 | 65 | 34 | 0 | 111 | 126 | 27 | 11 | 113 | 54 |
| Binary | 11000101 | 110101 | 11100 | 0 | 1001001 | 1010110 | 10111 | 1001 | 1001011 | 101100 |
Color Harmonies of #C5351C
Complementary color
Monochromatic Colors of #C5351C
Black with #C5351C
Text Example
Text Example
White with #C5351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5351C; }
p { color: rgb(197,53,28); }
H1.HeaderClassName
{
color: #C5351C;
}
.AnyTagClassName
{
color: #C5351C;
}
</style>
background-color css
<style>
a { background-color: #C5351C; }
a { background-color: rgb(197,53,28); }
div.DivClassName
{
background-color: #C5351C;
}
.BgClassName
{
background-color: #C5351C;
}
</style>
border-color css
<style>
span { border-color: #C5351C; }
span { border-color: rgb(197,53,28); }
td.TdClassName
{
border-color: #C5351C;
}
.TagClassName
{
border-color: #C5351C;
}
</style>