Html Css Color HEX #C53500 Harley Davidson Orange
📋 copy color: '#C53500'red 197 ◦ green 53 ◦ blue 0
Shades of Harley Davidson Orange #C53500
Tints of Harley Davidson Orange #C53500
RGB
CMYK
RGB Variations
Color information
#C53500 (or 0xC53500) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 00. RGB value is (197,53,0). Sum of RGB (Red+Green+Blue) = 197+53+0=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C53500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53500 is #3ACAFF. Grayscale: #5A5A5A. Windows color (decimal): -3853056 or 13765. OLE color: 13765.
HSL color Cylindrical-coordinate representation of color #C53500: hue angle of 16.14º 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 #C53500 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 53 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.23 |
| HSL | 16.14º | 1% | 0.39% | - |
| HSV(B) | 16.14º | 1% | 0.77% | - |
| XYZ | 24.3 | 14.42 | 1.5 | - |
| YUV | 90.01 | 77.21 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 0 | 0 | 0.73 | 1 | 0.23 | 16.14 | 1 | 0.39 |
| Hex | C5 | 35 | 0 | 0 | 49 | 64 | 17 | 10 | 64 | 27 |
| Octal | 305 | 65 | 0 | 0 | 111 | 144 | 27 | 20 | 144 | 47 |
| Binary | 11000101 | 110101 | 0 | 0 | 1001001 | 1100100 | 10111 | 10000 | 1100100 | 100111 |
Color Harmonies of #C53500
Complementary color
Monochromatic Colors of #C53500
Black with #C53500
Text Example
Text Example
White with #C53500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53500; }
p { color: rgb(197,53,0); }
H1.HeaderClassName
{
color: #C53500;
}
.AnyTagClassName
{
color: #C53500;
}
</style>
background-color css
<style>
a { background-color: #C53500; }
a { background-color: rgb(197,53,0); }
div.DivClassName
{
background-color: #C53500;
}
.BgClassName
{
background-color: #C53500;
}
</style>
border-color css
<style>
span { border-color: #C53500; }
span { border-color: rgb(197,53,0); }
td.TdClassName
{
border-color: #C53500;
}
.TagClassName
{
border-color: #C53500;
}
</style>