Html Css Color HEX #C53924 Harley Davidson Orange
📋 copy color: '#C53924'red 197 ◦ green 57 ◦ blue 36
Shades of Harley Davidson Orange #C53924
Tints of Harley Davidson Orange #C53924
RGB
CMYK
RGB Variations
Color information
#C53924 (or 0xC53924) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 24. RGB value is (197,57,36). Sum of RGB (Red+Green+Blue) = 197+57+36=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C53924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53924 is #3AC6DB. Grayscale: #606060. Windows color (decimal): -3851996 or 2374085. OLE color: 2374085.
HSL color Cylindrical-coordinate representation of color #C53924: hue angle of 7.83º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C53924 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 36 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.23 |
| HSL | 7.83º | 0.69% | 0.46% | - |
| HSV(B) | 7.83º | 0.82% | 0.77% | - |
| XYZ | 24.81 | 14.92 | 3.24 | - |
| YUV | 96.47 | 93.88 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 36 | 0 | 0.71 | 0.82 | 0.23 | 7.83 | 0.69 | 0.46 |
| Hex | C5 | 39 | 24 | 0 | 47 | 52 | 17 | 8 | 45 | 2E |
| Octal | 305 | 71 | 44 | 0 | 107 | 122 | 27 | 10 | 105 | 56 |
| Binary | 11000101 | 111001 | 100100 | 0 | 1000111 | 1010010 | 10111 | 1000 | 1000101 | 101110 |
Color Harmonies of #C53924
Complementary color
Monochromatic Colors of #C53924
Black with #C53924
Text Example
Text Example
White with #C53924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53924; }
p { color: rgb(197,57,36); }
H1.HeaderClassName
{
color: #C53924;
}
.AnyTagClassName
{
color: #C53924;
}
</style>
background-color css
<style>
a { background-color: #C53924; }
a { background-color: rgb(197,57,36); }
div.DivClassName
{
background-color: #C53924;
}
.BgClassName
{
background-color: #C53924;
}
</style>
border-color css
<style>
span { border-color: #C53924; }
span { border-color: rgb(197,57,36); }
td.TdClassName
{
border-color: #C53924;
}
.TagClassName
{
border-color: #C53924;
}
</style>