Html Css Color HEX #C5381E Harley Davidson Orange
📋 copy color: '#C5381E'red 197 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #C5381E
Tints of Harley Davidson Orange #C5381E
RGB
CMYK
RGB Variations
Color information
#C5381E (or 0xC5381E) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 1E. RGB value is (197,56,30). Sum of RGB (Red+Green+Blue) = 197+56+30=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5381E is #3AC7E1. Grayscale: #5F5F5F. Windows color (decimal): -3852258 or 1980613. OLE color: 1980613.
HSL color Cylindrical-coordinate representation of color #C5381E: hue angle of 9.34º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5381E is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 30 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.23 |
| HSL | 9.34º | 0.74% | 0.45% | - |
| HSV(B) | 9.34º | 0.85% | 0.77% | - |
| XYZ | 24.67 | 14.79 | 2.78 | - |
| YUV | 95.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 30 | 0 | 0.72 | 0.85 | 0.23 | 9.34 | 0.74 | 0.45 |
| Hex | C5 | 38 | 1E | 0 | 48 | 55 | 17 | 9 | 4A | 2D |
| Octal | 305 | 70 | 36 | 0 | 110 | 125 | 27 | 11 | 112 | 55 |
| Binary | 11000101 | 111000 | 11110 | 0 | 1001000 | 1010101 | 10111 | 1001 | 1001010 | 101101 |
Color Harmonies of #C5381E
Complementary color
Monochromatic Colors of #C5381E
Black with #C5381E
Text Example
Text Example
White with #C5381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5381E; }
p { color: rgb(197,56,30); }
H1.HeaderClassName
{
color: #C5381E;
}
.AnyTagClassName
{
color: #C5381E;
}
</style>
background-color css
<style>
a { background-color: #C5381E; }
a { background-color: rgb(197,56,30); }
div.DivClassName
{
background-color: #C5381E;
}
.BgClassName
{
background-color: #C5381E;
}
</style>
border-color css
<style>
span { border-color: #C5381E; }
span { border-color: rgb(197,56,30); }
td.TdClassName
{
border-color: #C5381E;
}
.TagClassName
{
border-color: #C5381E;
}
</style>