Html Css Color HEX #C52903 Harley Davidson Orange
📋 copy color: '#C52903'red 197 ◦ green 41 ◦ blue 3
Shades of Harley Davidson Orange #C52903
Tints of Harley Davidson Orange #C52903
RGB
CMYK
RGB Variations
Color information
#C52903 (or 0xC52903) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 03. RGB value is (197,41,3). Sum of RGB (Red+Green+Blue) = 197+41+3=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C52903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52903 is #3AD6FC. Grayscale: #535353. Windows color (decimal): -3856125 or 207301. OLE color: 207301.
HSL color Cylindrical-coordinate representation of color #C52903: hue angle of 11.75º 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 #C52903 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 41 | 3 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.23 |
| HSL | 11.75º | 0.97% | 0.39% | - |
| HSV(B) | 11.75º | 0.98% | 0.77% | - |
| XYZ | 23.84 | 13.46 | 1.43 | - |
| YUV | 83.31 | 82.68 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 41 | 3 | 0 | 0.79 | 0.98 | 0.23 | 11.75 | 0.97 | 0.39 |
| Hex | C5 | 29 | 3 | 0 | 4F | 62 | 17 | C | 61 | 27 |
| Octal | 305 | 51 | 3 | 0 | 117 | 142 | 27 | 14 | 141 | 47 |
| Binary | 11000101 | 101001 | 11 | 0 | 1001111 | 1100010 | 10111 | 1100 | 1100001 | 100111 |
Color Harmonies of #C52903
Complementary color
Monochromatic Colors of #C52903
Black with #C52903
Text Example
Text Example
White with #C52903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52903; }
p { color: rgb(197,41,3); }
H1.HeaderClassName
{
color: #C52903;
}
.AnyTagClassName
{
color: #C52903;
}
</style>
background-color css
<style>
a { background-color: #C52903; }
a { background-color: rgb(197,41,3); }
div.DivClassName
{
background-color: #C52903;
}
.BgClassName
{
background-color: #C52903;
}
</style>
border-color css
<style>
span { border-color: #C52903; }
span { border-color: rgb(197,41,3); }
td.TdClassName
{
border-color: #C52903;
}
.TagClassName
{
border-color: #C52903;
}
</style>