Html Css Color HEX #C53103 Harley Davidson Orange
📋 copy color: '#C53103'red 197 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #C53103
Tints of Harley Davidson Orange #C53103
RGB
CMYK
RGB Variations
Color information
#C53103 (or 0xC53103) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 03. RGB value is (197,49,3). Sum of RGB (Red+Green+Blue) = 197+49+3=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C53103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53103 is #3ACEFC. Grayscale: #585858. Windows color (decimal): -3854077 or 209349. OLE color: 209349.
HSL color Cylindrical-coordinate representation of color #C53103: hue angle of 14.23º 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 #C53103 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 49 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.23 |
| HSL | 14.23º | 0.97% | 0.39% | - |
| HSV(B) | 14.23º | 0.98% | 0.77% | - |
| XYZ | 24.14 | 14.07 | 1.53 | - |
| YUV | 88.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 49 | 3 | 0 | 0.75 | 0.98 | 0.23 | 14.23 | 0.97 | 0.39 |
| Hex | C5 | 31 | 3 | 0 | 4B | 62 | 17 | E | 61 | 27 |
| Octal | 305 | 61 | 3 | 0 | 113 | 142 | 27 | 16 | 141 | 47 |
| Binary | 11000101 | 110001 | 11 | 0 | 1001011 | 1100010 | 10111 | 1110 | 1100001 | 100111 |
Color Harmonies of #C53103
Complementary color
Monochromatic Colors of #C53103
Black with #C53103
Text Example
Text Example
White with #C53103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53103; }
p { color: rgb(197,49,3); }
H1.HeaderClassName
{
color: #C53103;
}
.AnyTagClassName
{
color: #C53103;
}
</style>
background-color css
<style>
a { background-color: #C53103; }
a { background-color: rgb(197,49,3); }
div.DivClassName
{
background-color: #C53103;
}
.BgClassName
{
background-color: #C53103;
}
</style>
border-color css
<style>
span { border-color: #C53103; }
span { border-color: rgb(197,49,3); }
td.TdClassName
{
border-color: #C53103;
}
.TagClassName
{
border-color: #C53103;
}
</style>