Html Css Color HEX #C5391C Harley Davidson Orange
📋 copy color: '#C5391C'red 197 ◦ green 57 ◦ blue 28
Shades of Harley Davidson Orange #C5391C
Tints of Harley Davidson Orange #C5391C
RGB
CMYK
RGB Variations
Color information
#C5391C (or 0xC5391C) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 1C. RGB value is (197,57,28). Sum of RGB (Red+Green+Blue) = 197+57+28=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5391C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5391C is #3AC6E3. Grayscale: #5F5F5F. Windows color (decimal): -3852004 or 1849797. OLE color: 1849797.
HSL color Cylindrical-coordinate representation of color #C5391C: hue angle of 10.3º 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 #C5391C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 28 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.23 |
| HSL | 10.3º | 0.75% | 0.44% | - |
| HSV(B) | 10.3º | 0.86% | 0.77% | - |
| XYZ | 24.7 | 14.88 | 2.67 | - |
| YUV | 95.55 | 89.88 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 28 | 0 | 0.71 | 0.86 | 0.23 | 10.3 | 0.75 | 0.44 |
| Hex | C5 | 39 | 1C | 0 | 47 | 56 | 17 | A | 4B | 2C |
| Octal | 305 | 71 | 34 | 0 | 107 | 126 | 27 | 12 | 113 | 54 |
| Binary | 11000101 | 111001 | 11100 | 0 | 1000111 | 1010110 | 10111 | 1010 | 1001011 | 101100 |
Color Harmonies of #C5391C
Complementary color
Monochromatic Colors of #C5391C
Black with #C5391C
Text Example
Text Example
White with #C5391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5391C; }
p { color: rgb(197,57,28); }
H1.HeaderClassName
{
color: #C5391C;
}
.AnyTagClassName
{
color: #C5391C;
}
</style>
background-color css
<style>
a { background-color: #C5391C; }
a { background-color: rgb(197,57,28); }
div.DivClassName
{
background-color: #C5391C;
}
.BgClassName
{
background-color: #C5391C;
}
</style>
border-color css
<style>
span { border-color: #C5391C; }
span { border-color: rgb(197,57,28); }
td.TdClassName
{
border-color: #C5391C;
}
.TagClassName
{
border-color: #C5391C;
}
</style>