#c51e0d

Color #C51E0D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C51E0D

Tints of Harley Davidson Orange #C51E0D

Color information

#C51E0D (or 0xC51E0D) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 1E and 0D. RGB value is (197,30,13). Sum of RGB (Red+Green+Blue) = 197+30+13=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51E0D is #3AE1F2. Grayscale: #4E4E4E. Windows color (decimal): -3858931 or 859845. OLE color: 859845.

HSL color Cylindrical-coordinate representation of color #C51E0D: hue angle of 5.54º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C51E0D is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1973013-
CMYK00.850.930.23
HSL5.54º87.62%41.18%-
HSV(B)5.54º93.4%77.25%-
XYZ23.5612.831.61-
YUV7891.33212.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 82.08%
GREEN value IS 30 (12.11% from 255) = 12.5%
BLUE value IS 13 (5.47% from 255) = 5.42%
R=82.08%
G=12.5%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197301300.850.930.235.5487.6241.18
HexC51ED0555D1765829
Octal3053615012513527613051
Binary11000101111101101010101011011101101111101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c51e0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c51e0d; }

 p { color: rgb(197,30,13); }

 H1.HeaderClassName
 {
   color: #c51e0d;
 }
 .AnyTagClassName
 {
   color: #c51e0d;
 }
</style>
background-color css

<style>
 a { background-color: #c51e0d; }

 a { background-color: rgb(197,30,13); }

 div.DivClassName
 {
   background-color: #c51e0d;
 }
 .BgClassName
 {
   background-color: #c51e0d;
 }
</style>
border-color css

<style>
 span { border-color: #c51e0d; }

 span { border-color: rgb(197,30,13); }

 td.TdClassName
 {
   border-color: #c51e0d;
 }
 .TagClassName
 {
   border-color: #c51e0d;
 }
</style>