Html Css Color HEX #C52003 Harley Davidson Orange
📋 copy color: '#C52003'red 197 ◦ green 32 ◦ blue 3
Shades of Harley Davidson Orange #C52003
Tints of Harley Davidson Orange #C52003
RGB
CMYK
RGB Variations
Color information
#C52003 (or 0xC52003) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 03. RGB value is (197,32,3). Sum of RGB (Red+Green+Blue) = 197+32+3=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C52003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52003 is #3ADFFC. Grayscale: #4E4E4E. Windows color (decimal): -3858429 or 204997. OLE color: 204997.
HSL color Cylindrical-coordinate representation of color #C52003: hue angle of 8.97º 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 #C52003 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 3 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.23 |
| HSL | 8.97º | 0.97% | 0.39% | - |
| HSV(B) | 8.97º | 0.98% | 0.77% | - |
| XYZ | 23.56 | 12.91 | 1.34 | - |
| YUV | 78.03 | 85.66 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 3 | 0 | 0.84 | 0.98 | 0.23 | 8.97 | 0.97 | 0.39 |
| Hex | C5 | 20 | 3 | 0 | 54 | 62 | 17 | 9 | 61 | 27 |
| Octal | 305 | 40 | 3 | 0 | 124 | 142 | 27 | 11 | 141 | 47 |
| Binary | 11000101 | 100000 | 11 | 0 | 1010100 | 1100010 | 10111 | 1001 | 1100001 | 100111 |
Color Harmonies of #C52003
Complementary color
Monochromatic Colors of #C52003
Black with #C52003
Text Example
Text Example
White with #C52003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52003; }
p { color: rgb(197,32,3); }
H1.HeaderClassName
{
color: #C52003;
}
.AnyTagClassName
{
color: #C52003;
}
</style>
background-color css
<style>
a { background-color: #C52003; }
a { background-color: rgb(197,32,3); }
div.DivClassName
{
background-color: #C52003;
}
.BgClassName
{
background-color: #C52003;
}
</style>
border-color css
<style>
span { border-color: #C52003; }
span { border-color: rgb(197,32,3); }
td.TdClassName
{
border-color: #C52003;
}
.TagClassName
{
border-color: #C52003;
}
</style>