Html Css Color HEX #C51E03 Harley Davidson Orange
📋 copy color: '#C51E03'red 197 ◦ green 30 ◦ blue 3
Shades of Harley Davidson Orange #C51E03
Tints of Harley Davidson Orange #C51E03
RGB
CMYK
RGB Variations
Color information
#C51E03 (or 0xC51E03) is known color: Harley Davidson Orange. HEX triplet: C5, 1E and 03. RGB value is (197,30,3). Sum of RGB (Red+Green+Blue) = 197+30+3=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 30 (12.11% from 255 or 13.04% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51E03 is #3AE1FC. Grayscale: #4D4D4D. Windows color (decimal): -3858941 or 204485. OLE color: 204485.
HSL color Cylindrical-coordinate representation of color #C51E03: hue angle of 8.35º 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 #C51E03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 30 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.23 |
| HSL | 8.35º | 0.97% | 0.39% | - |
| HSV(B) | 8.35º | 0.98% | 0.77% | - |
| XYZ | 23.51 | 12.81 | 1.32 | - |
| YUV | 76.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 30 | 3 | 0 | 0.85 | 0.98 | 0.23 | 8.35 | 0.97 | 0.39 |
| Hex | C5 | 1E | 3 | 0 | 55 | 62 | 17 | 8 | 61 | 27 |
| Octal | 305 | 36 | 3 | 0 | 125 | 142 | 27 | 10 | 141 | 47 |
| Binary | 11000101 | 11110 | 11 | 0 | 1010101 | 1100010 | 10111 | 1000 | 1100001 | 100111 |
Color Harmonies of #C51E03
Complementary color
Monochromatic Colors of #C51E03
Black with #C51E03
Text Example
Text Example
White with #C51E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51E03; }
p { color: rgb(197,30,3); }
H1.HeaderClassName
{
color: #C51E03;
}
.AnyTagClassName
{
color: #C51E03;
}
</style>
background-color css
<style>
a { background-color: #C51E03; }
a { background-color: rgb(197,30,3); }
div.DivClassName
{
background-color: #C51E03;
}
.BgClassName
{
background-color: #C51E03;
}
</style>
border-color css
<style>
span { border-color: #C51E03; }
span { border-color: rgb(197,30,3); }
td.TdClassName
{
border-color: #C51E03;
}
.TagClassName
{
border-color: #C51E03;
}
</style>