Html Css Color HEX #C53D24 Harley Davidson Orange
📋 copy color: '#C53D24'red 197 ◦ green 61 ◦ blue 36
Shades of Harley Davidson Orange #C53D24
Tints of Harley Davidson Orange #C53D24
RGB
CMYK
RGB Variations
Color information
#C53D24 (or 0xC53D24) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 24. RGB value is (197,61,36). Sum of RGB (Red+Green+Blue) = 197+61+36=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D24 is #3AC2DB. Grayscale: #636363. Windows color (decimal): -3850972 or 2375109. OLE color: 2375109.
HSL color Cylindrical-coordinate representation of color #C53D24: hue angle of 9.32º 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 #C53D24 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 36 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.23 |
| HSL | 9.32º | 0.69% | 0.46% | - |
| HSV(B) | 9.32º | 0.82% | 0.77% | - |
| XYZ | 25.01 | 15.34 | 3.31 | - |
| YUV | 98.81 | 92.56 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 36 | 0 | 0.69 | 0.82 | 0.23 | 9.32 | 0.69 | 0.46 |
| Hex | C5 | 3D | 24 | 0 | 45 | 52 | 17 | 9 | 45 | 2E |
| Octal | 305 | 75 | 44 | 0 | 105 | 122 | 27 | 11 | 105 | 56 |
| Binary | 11000101 | 111101 | 100100 | 0 | 1000101 | 1010010 | 10111 | 1001 | 1000101 | 101110 |
Color Harmonies of #C53D24
Complementary color
Monochromatic Colors of #C53D24
Black with #C53D24
Text Example
Text Example
White with #C53D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D24; }
p { color: rgb(197,61,36); }
H1.HeaderClassName
{
color: #C53D24;
}
.AnyTagClassName
{
color: #C53D24;
}
</style>
background-color css
<style>
a { background-color: #C53D24; }
a { background-color: rgb(197,61,36); }
div.DivClassName
{
background-color: #C53D24;
}
.BgClassName
{
background-color: #C53D24;
}
</style>
border-color css
<style>
span { border-color: #C53D24; }
span { border-color: rgb(197,61,36); }
td.TdClassName
{
border-color: #C53D24;
}
.TagClassName
{
border-color: #C53D24;
}
</style>