Html Css Color HEX #C52703 Harley Davidson Orange
📋 copy color: '#C52703'red 197 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #C52703
Tints of Harley Davidson Orange #C52703
RGB
CMYK
RGB Variations
Color information
#C52703 (or 0xC52703) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 03. RGB value is (197,39,3). Sum of RGB (Red+Green+Blue) = 197+39+3=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C52703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52703 is #3AD8FC. Grayscale: #525252. Windows color (decimal): -3856637 or 206789. OLE color: 206789.
HSL color Cylindrical-coordinate representation of color #C52703: hue angle of 11.13º 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 #C52703 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.23 |
| HSL | 11.13º | 0.97% | 0.39% | - |
| HSV(B) | 11.13º | 0.98% | 0.77% | - |
| XYZ | 23.77 | 13.33 | 1.41 | - |
| YUV | 82.14 | 83.35 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 3 | 0 | 0.80 | 0.98 | 0.23 | 11.13 | 0.97 | 0.39 |
| Hex | C5 | 27 | 3 | 0 | 50 | 62 | 17 | B | 61 | 27 |
| Octal | 305 | 47 | 3 | 0 | 120 | 142 | 27 | 13 | 141 | 47 |
| Binary | 11000101 | 100111 | 11 | 0 | 1010000 | 1100010 | 10111 | 1011 | 1100001 | 100111 |
Color Harmonies of #C52703
Complementary color
Monochromatic Colors of #C52703
Black with #C52703
Text Example
Text Example
White with #C52703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52703; }
p { color: rgb(197,39,3); }
H1.HeaderClassName
{
color: #C52703;
}
.AnyTagClassName
{
color: #C52703;
}
</style>
background-color css
<style>
a { background-color: #C52703; }
a { background-color: rgb(197,39,3); }
div.DivClassName
{
background-color: #C52703;
}
.BgClassName
{
background-color: #C52703;
}
</style>
border-color css
<style>
span { border-color: #C52703; }
span { border-color: rgb(197,39,3); }
td.TdClassName
{
border-color: #C52703;
}
.TagClassName
{
border-color: #C52703;
}
</style>