Html Css Color HEX #C53D11 Harley Davidson Orange
📋 copy color: '#C53D11'red 197 ◦ green 61 ◦ blue 17
Shades of Harley Davidson Orange #C53D11
Tints of Harley Davidson Orange #C53D11
RGB
CMYK
RGB Variations
Color information
#C53D11 (or 0xC53D11) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 11. RGB value is (197,61,17). Sum of RGB (Red+Green+Blue) = 197+61+17=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D11 is #3AC2EE. Grayscale: #606060. Windows color (decimal): -3850991 or 1129925. OLE color: 1129925.
HSL color Cylindrical-coordinate representation of color #C53D11: hue angle of 14.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C53D11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.23 |
| HSL | 14.67º | 0.84% | 0.42% | - |
| HSV(B) | 14.67º | 0.91% | 0.77% | - |
| XYZ | 24.8 | 15.25 | 2.17 | - |
| YUV | 96.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 17 | 0 | 0.69 | 0.91 | 0.23 | 14.67 | 0.84 | 0.42 |
| Hex | C5 | 3D | 11 | 0 | 45 | 5B | 17 | F | 54 | 2A |
| Octal | 305 | 75 | 21 | 0 | 105 | 133 | 27 | 17 | 124 | 52 |
| Binary | 11000101 | 111101 | 10001 | 0 | 1000101 | 1011011 | 10111 | 1111 | 1010100 | 101010 |
Color Harmonies of #C53D11
Complementary color
Monochromatic Colors of #C53D11
Black with #C53D11
Text Example
Text Example
White with #C53D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D11; }
p { color: rgb(197,61,17); }
H1.HeaderClassName
{
color: #C53D11;
}
.AnyTagClassName
{
color: #C53D11;
}
</style>
background-color css
<style>
a { background-color: #C53D11; }
a { background-color: rgb(197,61,17); }
div.DivClassName
{
background-color: #C53D11;
}
.BgClassName
{
background-color: #C53D11;
}
</style>
border-color css
<style>
span { border-color: #C53D11; }
span { border-color: rgb(197,61,17); }
td.TdClassName
{
border-color: #C53D11;
}
.TagClassName
{
border-color: #C53D11;
}
</style>