Html Css Color HEX #C53803 Harley Davidson Orange
📋 copy color: '#C53803'red 197 ◦ green 56 ◦ blue 3
Shades of Harley Davidson Orange #C53803
Tints of Harley Davidson Orange #C53803
RGB
CMYK
RGB Variations
Color information
#C53803 (or 0xC53803) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 03. RGB value is (197,56,3). Sum of RGB (Red+Green+Blue) = 197+56+3=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C53803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53803 is #3AC7FC. Grayscale: #5C5C5C. Windows color (decimal): -3852285 or 211141. OLE color: 211141.
HSL color Cylindrical-coordinate representation of color #C53803: hue angle of 16.39º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C53803 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.23 |
| HSL | 16.39º | 0.97% | 0.39% | - |
| HSV(B) | 16.39º | 0.98% | 0.77% | - |
| XYZ | 24.46 | 14.71 | 1.64 | - |
| YUV | 92.12 | 77.71 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 3 | 0 | 0.72 | 0.98 | 0.23 | 16.39 | 0.97 | 0.39 |
| Hex | C5 | 38 | 3 | 0 | 48 | 62 | 17 | 10 | 61 | 27 |
| Octal | 305 | 70 | 3 | 0 | 110 | 142 | 27 | 20 | 141 | 47 |
| Binary | 11000101 | 111000 | 11 | 0 | 1001000 | 1100010 | 10111 | 10000 | 1100001 | 100111 |
Color Harmonies of #C53803
Complementary color
Monochromatic Colors of #C53803
Black with #C53803
Text Example
Text Example
White with #C53803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53803; }
p { color: rgb(197,56,3); }
H1.HeaderClassName
{
color: #C53803;
}
.AnyTagClassName
{
color: #C53803;
}
</style>
background-color css
<style>
a { background-color: #C53803; }
a { background-color: rgb(197,56,3); }
div.DivClassName
{
background-color: #C53803;
}
.BgClassName
{
background-color: #C53803;
}
</style>
border-color css
<style>
span { border-color: #C53803; }
span { border-color: rgb(197,56,3); }
td.TdClassName
{
border-color: #C53803;
}
.TagClassName
{
border-color: #C53803;
}
</style>