Html Css Color HEX #C52503 Harley Davidson Orange
📋 copy color: '#C52503'red 197 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #C52503
Tints of Harley Davidson Orange #C52503
RGB
CMYK
RGB Variations
Color information
#C52503 (or 0xC52503) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 03. RGB value is (197,37,3). Sum of RGB (Red+Green+Blue) = 197+37+3=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C52503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52503 is #3ADAFC. Grayscale: #515151. Windows color (decimal): -3857149 or 206277. OLE color: 206277.
HSL color Cylindrical-coordinate representation of color #C52503: hue angle of 10.52º 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 #C52503 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 37 | 3 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.23 |
| HSL | 10.52º | 0.97% | 0.39% | - |
| HSV(B) | 10.52º | 0.98% | 0.77% | - |
| XYZ | 23.7 | 13.2 | 1.38 | - |
| YUV | 80.96 | 84.01 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 37 | 3 | 0 | 0.81 | 0.98 | 0.23 | 10.52 | 0.97 | 0.39 |
| Hex | C5 | 25 | 3 | 0 | 51 | 62 | 17 | B | 61 | 27 |
| Octal | 305 | 45 | 3 | 0 | 121 | 142 | 27 | 13 | 141 | 47 |
| Binary | 11000101 | 100101 | 11 | 0 | 1010001 | 1100010 | 10111 | 1011 | 1100001 | 100111 |
Color Harmonies of #C52503
Complementary color
Monochromatic Colors of #C52503
Black with #C52503
Text Example
Text Example
White with #C52503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52503; }
p { color: rgb(197,37,3); }
H1.HeaderClassName
{
color: #C52503;
}
.AnyTagClassName
{
color: #C52503;
}
</style>
background-color css
<style>
a { background-color: #C52503; }
a { background-color: rgb(197,37,3); }
div.DivClassName
{
background-color: #C52503;
}
.BgClassName
{
background-color: #C52503;
}
</style>
border-color css
<style>
span { border-color: #C52503; }
span { border-color: rgb(197,37,3); }
td.TdClassName
{
border-color: #C52503;
}
.TagClassName
{
border-color: #C52503;
}
</style>