Html Css Color HEX #C53403 Harley Davidson Orange
📋 copy color: '#C53403'red 197 ◦ green 52 ◦ blue 3
Shades of Harley Davidson Orange #C53403
Tints of Harley Davidson Orange #C53403
RGB
CMYK
RGB Variations
Color information
#C53403 (or 0xC53403) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 03. RGB value is (197,52,3). Sum of RGB (Red+Green+Blue) = 197+52+3=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C53403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53403 is #3ACBFC. Grayscale: #5A5A5A. Windows color (decimal): -3853309 or 210117. OLE color: 210117.
HSL color Cylindrical-coordinate representation of color #C53403: hue angle of 15.15º 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 #C53403 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.23 |
| HSL | 15.15º | 0.97% | 0.39% | - |
| HSV(B) | 15.15º | 0.98% | 0.77% | - |
| XYZ | 24.27 | 14.33 | 1.57 | - |
| YUV | 89.77 | 79.04 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 3 | 0 | 0.74 | 0.98 | 0.23 | 15.15 | 0.97 | 0.39 |
| Hex | C5 | 34 | 3 | 0 | 4A | 62 | 17 | F | 61 | 27 |
| Octal | 305 | 64 | 3 | 0 | 112 | 142 | 27 | 17 | 141 | 47 |
| Binary | 11000101 | 110100 | 11 | 0 | 1001010 | 1100010 | 10111 | 1111 | 1100001 | 100111 |
Color Harmonies of #C53403
Complementary color
Monochromatic Colors of #C53403
Black with #C53403
Text Example
Text Example
White with #C53403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53403; }
p { color: rgb(197,52,3); }
H1.HeaderClassName
{
color: #C53403;
}
.AnyTagClassName
{
color: #C53403;
}
</style>
background-color css
<style>
a { background-color: #C53403; }
a { background-color: rgb(197,52,3); }
div.DivClassName
{
background-color: #C53403;
}
.BgClassName
{
background-color: #C53403;
}
</style>
border-color css
<style>
span { border-color: #C53403; }
span { border-color: rgb(197,52,3); }
td.TdClassName
{
border-color: #C53403;
}
.TagClassName
{
border-color: #C53403;
}
</style>