Html Css Color HEX #C53600 Harley Davidson Orange
📋 copy color: '#C53600'red 197 ◦ green 54 ◦ blue 0
Shades of Harley Davidson Orange #C53600
Tints of Harley Davidson Orange #C53600
RGB
CMYK
RGB Variations
Color information
#C53600 (or 0xC53600) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 00. RGB value is (197,54,0). Sum of RGB (Red+Green+Blue) = 197+54+0=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C53600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53600 is #3AC9FF. Grayscale: #5A5A5A. Windows color (decimal): -3852800 or 14021. OLE color: 14021.
HSL color Cylindrical-coordinate representation of color #C53600: hue angle of 16.45º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C53600 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.23 |
| HSL | 16.45º | 1% | 0.39% | - |
| HSV(B) | 16.45º | 1% | 0.77% | - |
| XYZ | 24.35 | 14.51 | 1.52 | - |
| YUV | 90.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 0 | 0 | 0.73 | 1 | 0.23 | 16.45 | 1 | 0.39 |
| Hex | C5 | 36 | 0 | 0 | 49 | 64 | 17 | 10 | 64 | 27 |
| Octal | 305 | 66 | 0 | 0 | 111 | 144 | 27 | 20 | 144 | 47 |
| Binary | 11000101 | 110110 | 0 | 0 | 1001001 | 1100100 | 10111 | 10000 | 1100100 | 100111 |
Color Harmonies of #C53600
Complementary color
Monochromatic Colors of #C53600
Black with #C53600
Text Example
Text Example
White with #C53600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53600; }
p { color: rgb(197,54,0); }
H1.HeaderClassName
{
color: #C53600;
}
.AnyTagClassName
{
color: #C53600;
}
</style>
background-color css
<style>
a { background-color: #C53600; }
a { background-color: rgb(197,54,0); }
div.DivClassName
{
background-color: #C53600;
}
.BgClassName
{
background-color: #C53600;
}
</style>
border-color css
<style>
span { border-color: #C53600; }
span { border-color: rgb(197,54,0); }
td.TdClassName
{
border-color: #C53600;
}
.TagClassName
{
border-color: #C53600;
}
</style>