#C51E06

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

Shades of Harley Davidson Orange #C51E06

Tints of Harley Davidson Orange #C51E06

Color information

#C51E06 (or 0xC51E06) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 1E and 06. RGB value is (197,30,6). Sum of RGB (Red+Green+Blue) = 197+30+6=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C51E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51E06 is #3AE1F9. Grayscale: #4D4D4D. Windows color (decimal): -3858938 or 401093. OLE color: 401093.

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

Color convert

RGB197306-
CMYK00.850.970.23
HSL7.54º94.09%39.8%-
HSV(B)7.54º96.95%77.25%-
XYZ23.5212.811.41-
YUV77.287.83213.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 84.55%
GREEN value IS 30 (12.11% from 255) = 12.88%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=84.55%
G=12.88%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19730600.850.970.237.5494.0939.8
HexC51E6055611785e28
Octal3053660125141271013650
Binary11000101111101100101010111000011011110001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51E06; }

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

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

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

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

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

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

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

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