Html Css Color HEX #C5381D Harley Davidson Orange
📋 copy color: '#C5381D'red 197 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #C5381D
Tints of Harley Davidson Orange #C5381D
RGB
CMYK
RGB Variations
Color information
#C5381D (or 0xC5381D) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 1D. RGB value is (197,56,29). Sum of RGB (Red+Green+Blue) = 197+56+29=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5381D is #3AC7E2. Grayscale: #5F5F5F. Windows color (decimal): -3852259 or 1915077. OLE color: 1915077.
HSL color Cylindrical-coordinate representation of color #C5381D: hue angle of 9.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5381D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 29 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.23 |
| HSL | 9.64º | 0.74% | 0.44% | - |
| HSV(B) | 9.64º | 0.85% | 0.77% | - |
| XYZ | 24.66 | 14.79 | 2.72 | - |
| YUV | 95.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 29 | 0 | 0.72 | 0.85 | 0.23 | 9.64 | 0.74 | 0.44 |
| Hex | C5 | 38 | 1D | 0 | 48 | 55 | 17 | A | 4A | 2C |
| Octal | 305 | 70 | 35 | 0 | 110 | 125 | 27 | 12 | 112 | 54 |
| Binary | 11000101 | 111000 | 11101 | 0 | 1001000 | 1010101 | 10111 | 1010 | 1001010 | 101100 |
Color Harmonies of #C5381D
Complementary color
Monochromatic Colors of #C5381D
Black with #C5381D
Text Example
Text Example
White with #C5381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5381D; }
p { color: rgb(197,56,29); }
H1.HeaderClassName
{
color: #C5381D;
}
.AnyTagClassName
{
color: #C5381D;
}
</style>
background-color css
<style>
a { background-color: #C5381D; }
a { background-color: rgb(197,56,29); }
div.DivClassName
{
background-color: #C5381D;
}
.BgClassName
{
background-color: #C5381D;
}
</style>
border-color css
<style>
span { border-color: #C5381D; }
span { border-color: rgb(197,56,29); }
td.TdClassName
{
border-color: #C5381D;
}
.TagClassName
{
border-color: #C5381D;
}
</style>